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
官方網址 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
電子郵箱 [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\/*"
    ]
}