IGdld
Instagram story (image / video) downloader.
What is IGdld?
IGdld is a Chrome extension developed by j.martin.utn, and its main feature is "Instagram story (image / video) downloader.".
Extension Screenshots
Download IGdld Extension CRX File
Download IGdld 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
Instagram story (image / video) downloader. Just click on the extension icon and it will open a new tab where you can download the video or image.
Extension Basic Information
Name | |
ID | gghhobgmianekfjacbhbjdolhkkgpjpf |
Official URL | https://chrome.google.com/webstore/detail/igdld/gghhobgmianekfjacbhbjdolhkkgpjpf |
Description | Instagram story (image / video) downloader. |
File Size | 22.47 KB |
Installation Count | 23 |
Current Version | 1.0 |
Last Updated | 2020-12-02 |
Publish Date | 2020-12-02 |
Developer | j.martin.utn |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IGdld", "description": "Instagram story (image \/ video) downloader.", "version": "1.0", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png" }, "permissions": [ "tabs", "activeTab" ] } |