Instagram Downloader

Download images and videos from Instagram

Cos'è Instagram Downloader?

Instagram Downloader è un'estensione di Chrome sviluppata da PhotograpHB, e la sua funzione principale è "Download images and videos from Instagram".

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

                        Usage: download images and videos using url copied from Instagram posts                    

Informazioni di Base sull'Estensione

Nome Instagram Downloader Instagram Downloader
ID egdbpdbjpbpflgmghkdaeijojbbjhhac
URL Ufficiale https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac
Descrizione Download images and videos from Instagram
Dimensione del File 277 KB
Conteggio Installazioni 460
Versione Corrente 0.1.0
Ultimo Aggiornamento 2022-02-14
Data di Pubblicazione 2022-02-14
Sviluppatore PhotograpHB
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/HaibiPeng/instagram-save-ext
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Downloader",
    "description": "Download images and videos from Instagram",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}