Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ader into features
  • Loading branch information
HuiiBuh committed Jul 17, 2019
2 parents fa7ea68 + 987ff69 commit 9422c36
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,38 @@
Firefox or Chrome Extention that creates an download button for instagram images and videos on the right of the bookmark icon.
Check the Chrome and Firefox folder for the different versions.

Go to [Instagram Downloader](https://addons.mozilla.org/en-GB/firefox/addon/instagramdownloader/) to install on Firefox.

## General Download

![DownloadButton](https://i.imgur.com/IG7Im8F.jpg)

A Download Button apperes while you hover over the image you want to download.

![Hover and Download](https://i.imgur.com/ZFA6ct0.jpg)

## Profile Picture

The same happens if you hover over the profile picture.

![Hover and Download](https://i.imgur.com/axnMJgD.png)

## Bulk Download

Now it is possible to download all images and videos of one profile at once. The Button apperes right next to the `follow` button. The feature includes scrolling down until all images are loaded, so it may take a while. It is also possible that instagram will ban you temporarily (just a few minutes) if you try to download like 1000 pictures. The zip download was made possible by [JSZip](https://github.com/Stuk/jszip).
Now it is possible to download all images and videos of one profile at once. The Button apperes right next to the `follow` button. The feature includes scrolling down until all images are loaded, so it may take a while. It is also possible that instagram will ban you temporarily (just a few minutes) if you try to download like 1000 pictures.
If you click on the `download all` button the page will beginn scolling down to load the new pictures until every picture of the profile got loaded once. After that a ZIP file with all the images in it will be created.
This may take a while depending on your internec connection and the amount of pictures you plan to download.

![Download all](https://i.imgur.com/8DFcGVp.png)

## Story Download

From version 1.5+ it is possible to download Instagram Stories. The extension supports both image and video downloads.

![Download Story](https://i.imgur.com/Hy3qJod.png)


## Contributers

+ The zip download was made possible by [JSZip](https://github.com/Stuk/jszip)
+ The Icon is from [Flaticon](https://www.flaticon.com) and was created by [Freepik](https://www.freepik.com/)

0 comments on commit 9422c36

Please sign in to comment.