IG Photo Download

You can easly download videos, photos, stories from IG

Cos'è IG Photo Download?

IG Photo Download è un'estensione di Chrome sviluppata da ererasmin, e la sua funzione principale è "You can easly download videos, photos, stories from IG".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IG Photo Download

Scarica i file di estensione IG Photo Download 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

                        You can with the IG Photo Download:

- downloading photos
- downloading videos
- downloading stories

How does it work?

We added a download button to the Photos. After clicking the button, the download process will be started.                    

Informazioni di Base sull'Estensione

Nome IG Photo Download IG Photo Download
ID eoafjcamkihbelcjlggflpijodchbkka
URL Ufficiale https://chrome.google.com/webstore/detail/ig-photo-download/eoafjcamkihbelcjlggflpijodchbkka
Descrizione You can easly download videos, photos, stories from IG
Dimensione del File 23.21 KB
Conteggio Installazioni 103
Versione Corrente 1.6
Ultimo Aggiornamento 2021-07-20
Data di Pubblicazione 2021-07-20
Valutazione 2.00/5 Totale 1 Valutazioni
Sviluppatore ererasmin
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "__MSG_extDesc__",
    "version": "1.6",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules_set_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "downloads",
        "declarativeNetRequest",
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.fbcdn.net\/*",
        "https:\/\/*.cdninstagram.com\/*"
    ],
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "page_action": {
        "default_icon": {
            "16": "icon16.png",
            "64": "icon64.png"
        },
        "default_title": "__MSG_extName__"
    }
}