Instagram Downloader

Download videos and photos from Instagram in one click!

Cos'è Instagram Downloader?

Instagram Downloader è un'estensione di Chrome sviluppata da insta.downloader.s, e la sua funzione principale è "Download videos and photos from Instagram in one click!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Instagram Downloader

Scarica i file di estensione Instagram Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Instagram Downloader Instagram Downloader
ID haljnogpnkegcihcdgcoifpohnffefja
URL Ufficiale https://chrome.google.com/webstore/detail/instagram-downloader/haljnogpnkegcihcdgcoifpohnffefja
Descrizione Download videos and photos from Instagram in one click!
Dimensione del File 169 KB
Conteggio Installazioni 6,000
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-07-26
Data di Pubblicazione 2021-03-14
Valutazione 2.75/5 Totale 4 Valutazioni
Sviluppatore insta.downloader.s
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}