Media Helper for Instagram

Easily download Instagram pictures.

Wat is Media Helper for Instagram?

Media Helper for Instagram is een Chrome-extensie ontwikkeld door mittya, en de belangrijkste functie is "Easily download Instagram pictures.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Media Helper for Instagram

Download Media Helper for Instagram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Media Helper for Instagram Media Helper for Instagram
ID albdnahmanonkmhoamgfjbjgbjabbiid
Officiële URL https://chromewebstore.google.com/detail/media-helper-for-instagra/albdnahmanonkmhoamgfjbjgbjabbiid
Beschrijving Easily download Instagram pictures.
Bestandsgrootte 27.26 KB
Aantal Installaties 40,345
Huidige Versie 1.28.2
Laatst Bijgewerkt 2024-01-10
Publicatiedatum 2020-05-05
Beoordeling 4.00/5 Totaal 192 Beoordelingen
Ontwikkelaar mittya
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}