Downloader for Instagram
Download videos and photos
What is Downloader for Instagram?
Downloader for Instagram is a Chrome extension developed by Extensions for Everyone, and its main feature is "Download videos and photos".
Extension Screenshots
Download Downloader for Instagram Extension CRX File
Download Downloader for Instagram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | |
ID | mmijlnnegpiichpkjeppneiaplkgfngm |
Official URL | https://chrome.google.com/webstore/detail/downloader-for-instagram/mmijlnnegpiichpkjeppneiaplkgfngm |
Description | Download videos and photos |
File Size | 149 KB |
Installation Count | 3,867 |
Current Version | 1.1 |
Last Updated | 2021-02-15 |
Publish Date | 2020-10-01 |
Rating | 2.43/5 Total 7 Ratings |
Developer | Extensions for Everyone |
[email protected] | |
Payment Type | free |
Extension Website | https://www.instadownloader.org |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Downloader for Instagram", "version": "1.1", "description": "Download videos and photos", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |