IG Photo Download

You can easly download videos, photos, stories from IG

IG Photo Download क्या है?

IG Photo Download ererasmin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "You can easly download videos, photos, stories from IG"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IG Photo Download एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम IG Photo Download IG Photo Download
ID eoafjcamkihbelcjlggflpijodchbkka
आधिकारिक URL https://chrome.google.com/webstore/detail/ig-photo-download/eoafjcamkihbelcjlggflpijodchbkka
विवरण You can easly download videos, photos, stories from IG
फ़ाइल का आकार 23.21 KB
स्थापना संख्या 103
वर्तमान संस्करण 1.6
अंतिम अपडेट 2021-07-20
प्रकाशन तिथि 2021-07-20
रेटिंग 2.00/5 कुल 1 रेटिंग्स
डेवलपर ererasmin
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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__"
    }
}