Instagram Downloader

Download media from Instagram

Instagram Downloaderとは何ですか?

Instagram Downloaderはsamagraguptaによって開発されたChromeの拡張機能で、その主な機能は「Download media from Instagram」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Instagram Downloader拡張機能のCRXファイルをダウンロード

Instagram Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Download any image or Video from Instagram. Just one click to go ahead !!!                    

拡張機能の基本情報

名前 Instagram Downloader Instagram Downloader
ID ciodnolkjfhjhpcdaehfoilnbinkhbca
公式URL https://chrome.google.com/webstore/detail/instagram-downloader/ciodnolkjfhjhpcdaehfoilnbinkhbca
説明 Download media from Instagram
ファイルサイズ 31.01 KB
インストール数 9,000
現在のバージョン 1.0.0
最終更新日 2020-10-06
公開日 2020-10-06
評価 2.60/5 合計 5 レビュー
開発者 samagragupta
Eメール [email protected]
支払い方法 free
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Instagram Downloader",
    "description": "Download media from Instagram",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "19": "icons\/insta.jpg",
            "38": "icons\/insta.jpg"
        }
    },
    "icons": {
        "16": "icons\/insta.jpg",
        "48": "icons\/insta.jpg",
        "128": "icons\/insta.jpg"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "http:\/\/www.instagram.com\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}