Media Helper for Instagram

Easily download Instagram pictures.

Media Helper for Instagramとは何ですか?

Media Helper for Instagramはmittyaによって開発されたChromeの拡張機能で、その主な機能は「Easily download Instagram pictures.」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Warning:
Please don't use it too much, the operation is not allowed by IG.
Although this tool only simulates local storage of images, IG may be able to detect abnormal users in the near future, so please take care of this yourself if it causes your users to be abnormal.                    

拡張機能の基本情報

名前 Media Helper for Instagram Media Helper for Instagram
ID albdnahmanonkmhoamgfjbjgbjabbiid
公式URL https://chromewebstore.google.com/detail/media-helper-for-instagra/albdnahmanonkmhoamgfjbjgbjabbiid
説明 Easily download Instagram pictures.
ファイルサイズ 27.26 KB
インストール数 40,345
現在のバージョン 1.28.2
最終更新日 2024-01-10
公開日 2020-05-05
評価 4.00/5 合計 192 レビュー
開発者 mittya
Eメール [email protected]
支払い方法 free
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDesc__",
    "version": "1.28.2",
    "action": {
        "default_icon": {
            "19": "icons\/icon_512.png",
            "38": "icons\/icon_512.png"
        }
    },
    "icons": {
        "16": "icons\/icon_512.png",
        "48": "icons\/icon_512.png",
        "128": "icons\/icon_512.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.cdninstagram.com\/*",
                "*:\/\/*.fbcdn.net\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.cdninstagram.com\/*",
        "*:\/\/*.fbcdn.net\/*"
    ]
}