Media Helper for Instagram

Easily download Instagram pictures.

Media Helper for Instagram क्या है?

Media Helper for Instagram mittya द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily download Instagram pictures."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Media Helper for Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
    ]
}