IG Photo Download

You can easly download videos, photos, stories from IG

Hvad er IG Photo Download?

IG Photo Download er en Chrome-udvidelse udviklet af ererasmin, og dens hovedfunktion er "You can easly download videos, photos, stories from IG".

Udvidelsesskærmbilleder

screenshot

Download IG Photo Download-udvidelses-CRX-fil

Download IG Photo Download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn IG Photo Download IG Photo Download
ID eoafjcamkihbelcjlggflpijodchbkka
Officiel URL https://chrome.google.com/webstore/detail/ig-photo-download/eoafjcamkihbelcjlggflpijodchbkka
Beskrivelse You can easly download videos, photos, stories from IG
Filstørrelse 23.21 KB
Antal Installationer 103
Nuværende Version 1.6
Senest Opdateret 2021-07-20
Udgivelsesdato 2021-07-20
Bedømmelse 2.00/5 Samlet 1 Bedømmelser
Udvikler ererasmin
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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__"
    }
}