Instagram Downloader

Download videos and photos from Instagram in one click!

Was ist Instagram Downloader?

Instagram Downloader ist eine Chrome-Erweiterung, die von insta.downloader.s entwickelt wurde, und ihr Hauptmerkmal ist "Download videos and photos from Instagram in one click!".

Erweiterungsscreenshots

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

                        With Instagram Downloader, you can download videos and images from instagram.

Features:
- Convenient popup for working with the extension
- Ability to download all images found on the page in one click
- Download buttons right on the page                    

Grundlegende Informationen zur Erweiterung

Name Instagram Downloader Instagram Downloader
ID haljnogpnkegcihcdgcoifpohnffefja
Offizielle URL https://chrome.google.com/webstore/detail/instagram-downloader/haljnogpnkegcihcdgcoifpohnffefja
Beschreibung Download videos and photos from Instagram in one click!
Dateigröße 169 KB
Installationsanzahl 6,000
Aktuelle Version 1.0.2
Letztes Update 2021-07-26
Veröffentlichungsdatum 2021-03-14
Bewertung 2.75/5 Insgesamt 4 Bewertungen
Entwickler insta.downloader.s
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Insta Downloader",
    "version": "1.0.2",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "48": "img\/icons\/icon_48.png",
        "128": "img\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon_19.png",
            "38": "img\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "includes\/instagram_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}