All Projects → HuiiBuh → Instagramdownloader

HuiiBuh / Instagramdownloader

Licence: other
Firefox and Chrome Extention which creates an download button for instagram images and videos and videos

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Instagramdownloader

Insta Downloader Extension
A browser extension that injects download buttons ⬇️ for media on Instagram Web
Stars: ✭ 63 (-56.25%)
Mutual labels:  downloader, instagram, chrome-extension
Html5 Video Everywhere
Higher performance and stable video watching experience on the web
Stars: ✭ 118 (-18.06%)
Mutual labels:  chrome-extension, firefox-addon
Web Extension Starter
Typescript, React, Redux, Styled-Component and Webpack based sample extension boilerplate. Runs on Chrome and Firefox. Sample chrome extension.
Stars: ✭ 115 (-20.14%)
Mutual labels:  chrome-extension, firefox-addon
Pixivfanboxdownloader
A Chrome extension for downloading files on Pixiv Fanbox in batches. Chrome 扩展,用于批量下载 Pixiv Fanbox 上的文件。
Stars: ✭ 125 (-13.19%)
Mutual labels:  downloader, chrome-extension
Paodin
Chrome / Firefox browser extension that integrates word translation, sentences collection, and words memory
Stars: ✭ 112 (-22.22%)
Mutual labels:  chrome-extension, firefox-addon
Instalooter
Another API-less Instagram pictures and videos downloader.
Stars: ✭ 1,639 (+1038.19%)
Mutual labels:  downloader, instagram
Github Hovercard
Neat hovercards for GitHub.
Stars: ✭ 1,655 (+1049.31%)
Mutual labels:  chrome-extension, firefox-addon
Ui Tool
UI for create-web-ext
Stars: ✭ 104 (-27.78%)
Mutual labels:  chrome-extension, firefox-addon
Timimi
Webextension to save Tiddlywiki
Stars: ✭ 129 (-10.42%)
Mutual labels:  chrome-extension, firefox-addon
Urql Devtools
A tool for monitoring and debugging urql during development
Stars: ✭ 131 (-9.03%)
Mutual labels:  chrome-extension, firefox-addon
Simplify
Issue tracker for Simplify Gmail, a browser extension to simplify Gmail's interface
Stars: ✭ 1,632 (+1033.33%)
Mutual labels:  chrome-extension, firefox-addon
Simplified Twitter
Remove distractions from the new Twitter layout. Extension for Chrome, Firefox, Safari, Edge & More
Stars: ✭ 111 (-22.92%)
Mutual labels:  chrome-extension, firefox-addon
Darkreader
Dark Reader Chrome and Firefox extension
Stars: ✭ 12,052 (+8269.44%)
Mutual labels:  chrome-extension, firefox-addon
Synology Download Manager
An open source browser extension for adding/managing download tasks to your Synology DiskStation.
Stars: ✭ 138 (-4.17%)
Mutual labels:  chrome-extension, firefox-addon
Devtools Ds
UI components, libraries, and templates for building robust devtools experiences.
Stars: ✭ 105 (-27.08%)
Mutual labels:  chrome-extension, firefox-addon
Network Plus
DevTools for network recording, modification and resending.
Stars: ✭ 122 (-15.28%)
Mutual labels:  chrome-extension, firefox-addon
Dictionaries
One dictionary to rule them all -- a browser extension to help you learn languages
Stars: ✭ 134 (-6.94%)
Mutual labels:  chrome-extension, firefox-addon
Yi Note
YiNote browser extension - online video note taking tool
Stars: ✭ 96 (-33.33%)
Mutual labels:  chrome-extension, firefox-addon
Markdown Clipper
A Firefox and Google Chrome extension to clip websites and download them into a readable markdown file.
Stars: ✭ 100 (-30.56%)
Mutual labels:  chrome-extension, firefox-addon
Yt Ad Autoskipper
A browser extension that automates skipping ad on Youtube. This is not an ad blocker, it just automates the process of clicking on the "Skip Ad" button on Youtube.
Stars: ✭ 127 (-11.81%)
Mutual labels:  chrome-extension, firefox-addon

InstagramDownloader

Firefox and Chrome Extention which creates an download button for instagram images and videos on the right of the bookmark icon.

Install on Firefox and on Chrome.

[comment]: <> (## Stolen Code) [comment]: <> (There are multiple extensions which used my code without giving me credit or obeying the licence. If you want to report them go ahead and do so. ) [comment]: <> ([No. 3](https://chrome.google.com/webstore/detail/fastsave-for-instagram/fdedigfpeejoaoicpppjcpicekleaedb?hl=de&#41;.)

General Download

DownloadButton

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

Hover and Download

Profile Picture

The same happens if you hover over the profile picture.

Hover and Download

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.
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

Story Download

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

Download Story

Development

Getting started

The main class is (obviously) the index.ts. Here the different downloaders subscribe to the URLChangeEmitter which in turn notifies the different downloaders when they should be added to the page.
The collection of the image links is handled in the downloaders. The retrieved image links get send to the background script where the download happens.

Building

The build script depends on linux, especially on the zip util which should be included in most linux distros. Building in Windows is only partially supported.
To Execute the build script run npm install and after the installation is complete execute webpack. There are different flags which change the build.

  • --watch starts the build in watch mode and rebuilds the project if files get changed
  • --mode=production generates a production build without source maps and logging. In addition to these changes a zip files for the different browsers will get generated and linted.
  • --mode=development generates a development build with source maps and logging. No zip files get generated and no linting script gets executed.

The two flags can be combined if needed webpack --mode=production --watch.

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].