Instagram Downloader

Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.

Instagram Downloader क्या है?

Instagram Downloader Zahra Jalilibaleh द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV."।

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

screenshot
screenshot

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

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

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

                        Download Instagram Posts, Stories and IGTVs.                    

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

नाम Instagram Downloader Instagram Downloader
ID lammhgappkpelpobpoihfbpeelojmgfo
आधिकारिक URL https://chrome.google.com/webstore/detail/instagram-downloader/lammhgappkpelpobpoihfbpeelojmgfo
विवरण Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.
फ़ाइल का आकार 195 KB
स्थापना संख्या 1,000
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2021-02-22
प्रकाशन तिथि 2021-02-22
डेवलपर Zahra Jalilibaleh
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://instractor.com/
सहायता पृष्ठ URL https://instractor.com/instagram-downloader
समर्थित भाषाएँ en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/mebackground.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/extension.css"
            ],
            "js": [
                "js\/extension.js",
                "js\/me.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "description": "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.",
    "icons": {
        "512": "icons\/instagram.png"
    },
    "manifest_version": 2,
    "name": "Instagram Downloader",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "activeTab",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "icons\/download_black.png",
        "icons\/download_white.png",
        "icons\/instagram.png"
    ]
}