Instagram Downloader

Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.

Was ist Instagram Downloader?

Instagram Downloader ist eine Chrome-Erweiterung, die von Zahra Jalilibaleh entwickelt wurde, und ihr Hauptmerkmal ist "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.".

Erweiterungsscreenshots

screenshot
screenshot

Instagram Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instagram Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Download Instagram Posts, Stories and IGTVs.                    

Grundlegende Informationen zur Erweiterung

Name Instagram Downloader Instagram Downloader
ID lammhgappkpelpobpoihfbpeelojmgfo
Offizielle URL https://chrome.google.com/webstore/detail/instagram-downloader/lammhgappkpelpobpoihfbpeelojmgfo
Beschreibung Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.
Dateigröße 195 KB
Installationsanzahl 1,000
Aktuelle Version 1.0.3
Letztes Update 2021-02-22
Veröffentlichungsdatum 2021-02-22
Entwickler Zahra Jalilibaleh
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://instractor.com/
Hilfeseite URL https://instractor.com/instagram-downloader
Unterstützte Sprachen en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/mebackground.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/extension.css"
            ],
            "js": [
                "js\/extension.js",
                "js\/me.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "description": "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.",
    "icons": {
        "512": "icons\/instagram.png"
    },
    "manifest_version": 2,
    "name": "Instagram Downloader",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "activeTab",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "icons\/download_black.png",
        "icons\/download_white.png",
        "icons\/instagram.png"
    ]
}