Instagram Image Downloader
Download Instagram post page image
What is Instagram Image Downloader?
Instagram Image Downloader is a Chrome extension developed by https://11-30am.com, and its main feature is "Download Instagram post page image".
Extension Screenshots
Download Instagram Image Downloader Extension CRX File
Download Instagram Image 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
Instagramの投稿ページでこの拡張機能のアイコンをクリックすると、Instagramの画像をワンクリックでダウンロードできます。 Instagramの画像を大量に取得したい場合など、サクサクダウンロードできて便利です。 アイコンはこちらからお借りしました。 https://icons8.com/
Extension Basic Information
Name | |
ID | hkgigokdbpiojhgpmjklcjkiddklcgag |
Official URL | https://chrome.google.com/webstore/detail/instagram-image-downloade/hkgigokdbpiojhgpmjklcjkiddklcgag |
Description | Download Instagram post page image |
File Size | 355 KB |
Installation Count | 600 |
Current Version | 0.2 |
Last Updated | 2020-02-17 |
Publish Date | 2020-02-17 |
Rating | 1.00/5 Total 2 Ratings |
Developer | https://11-30am.com |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instagram Image Downloader", "version": "0.2", "description": "Download Instagram post page image", "browser_action": { "default_title": "download instagram image", "default_icon": "icon.png" }, "permissions": [ "activeTab", "downloads" ], "icons": { "128": "icon.png" }, "background": { "scripts": [ "js\/script.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "js": [ "js\/contents.js" ] } ] } |