Downloader For Instagram

Opens popular social network in one click and allows to save video file or image from a website.

Downloader For Instagramとは何ですか?

Downloader For InstagramはWhite Moon Incによって開発されたChromeの拡張機能で、その主な機能は「Opens popular social network in one click and allows to save video file or image from a website.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Allows to save photo, image, video from the popular social network.

Simply save the content that is in a common access. Quick access to the website to review news feed.

Easily open direct messages just with one click. It's a great tool for website lovers who want to stay in touch with friends as well as review the news feed.                    

拡張機能の基本情報

名前 Downloader For Instagram Downloader For Instagram
ID bhfelhfpjghfmhogedjnlmdpkbhmjhlf
公式URL https://chromewebstore.google.com/detail/downloader-for-instagram/bhfelhfpjghfmhogedjnlmdpkbhmjhlf
説明 Opens popular social network in one click and allows to save video file or image from a website.
ファイルサイズ 360 KB
インストール数 23,219
現在のバージョン 3.1.2
最終更新日 2023-09-12
公開日 2022-04-05
評価 3.29/5 合計 31 レビュー
開発者 White Moon Inc
Eメール [email protected]
支払い方法 free
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "3.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": []
}