IG Photo Download

You can easly download videos, photos, stories from IG

Was ist IG Photo Download?

IG Photo Download ist eine Chrome-Erweiterung, die von ererasmin entwickelt wurde, und ihr Hauptmerkmal ist "You can easly download videos, photos, stories from IG".

Erweiterungsscreenshots

screenshot

IG Photo Download-Erweiterungs-CRX-Datei herunterladen

Laden Sie IG Photo Download-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name IG Photo Download IG Photo Download
ID eoafjcamkihbelcjlggflpijodchbkka
Offizielle URL https://chrome.google.com/webstore/detail/ig-photo-download/eoafjcamkihbelcjlggflpijodchbkka
Beschreibung You can easly download videos, photos, stories from IG
Dateigröße 23.21 KB
Installationsanzahl 103
Aktuelle Version 1.6
Letztes Update 2021-07-20
Veröffentlichungsdatum 2021-07-20
Bewertung 2.00/5 Insgesamt 1 Bewertungen
Entwickler ererasmin
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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__"
    }
}