Instagram Downloader
Download images and videos from Instagram
What is Instagram Downloader?
Instagram Downloader is a Chrome extension developed by PhotograpHB, and its main feature is "Download images and videos from Instagram".
Extension Screenshots
Download Instagram Downloader Extension CRX File
Download Instagram Downloader 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
Usage: download images and videos using url copied from Instagram posts
Extension Basic Information
Name | |
ID | egdbpdbjpbpflgmghkdaeijojbbjhhac |
Official URL | https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac |
Description | Download images and videos from Instagram |
File Size | 277 KB |
Installation Count | 460 |
Current Version | 0.1.0 |
Last Updated | 2022-02-14 |
Publish Date | 2022-02-14 |
Developer | PhotograpHB |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/HaibiPeng/instagram-save-ext |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Downloader", "description": "Download images and videos from Instagram", "version": "0.1.0", "manifest_version": 3, "icons": { "16": ".\/16.png", "32": ".\/32.png", "48": ".\/48.png", "128": ".\/128.png" }, "background": { "service_worker": ".\/background.js" }, "options_page": ".\/options.html", "action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/*\/*" ] } |