Instagram Downloader

Download videos and photos from Instagram in one click!

Instagram Downloaderとは何ですか?

Instagram Downloaderはinsta.downloader.sによって開発されたChromeの拡張機能で、その主な機能は「Download videos and photos from Instagram in one click!」です。

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

screenshot

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

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

拡張機能の使用方法

                        With Instagram Downloader, you can download videos and images from instagram.

Features:
- Convenient popup for working with the extension
- Ability to download all images found on the page in one click
- Download buttons right on the page                    

拡張機能の基本情報

名前 Instagram Downloader Instagram Downloader
ID haljnogpnkegcihcdgcoifpohnffefja
公式URL https://chrome.google.com/webstore/detail/instagram-downloader/haljnogpnkegcihcdgcoifpohnffefja
説明 Download videos and photos from Instagram in one click!
ファイルサイズ 169 KB
インストール数 6,000
現在のバージョン 1.0.2
最終更新日 2021-07-26
公開日 2021-03-14
評価 2.75/5 合計 4 レビュー
開発者 insta.downloader.s
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Insta Downloader",
    "version": "1.0.2",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "48": "img\/icons\/icon_48.png",
        "128": "img\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon_19.png",
            "38": "img\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "includes\/instagram_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}