Instagram Downloader

Download images and videos from Instagram

Instagram Downloader क्या है?

Instagram Downloader PhotograpHB द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download images and videos from Instagram"।

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

screenshot

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

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

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

                        Usage: download images and videos using url copied from Instagram posts                    

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

नाम Instagram Downloader Instagram Downloader
ID egdbpdbjpbpflgmghkdaeijojbbjhhac
आधिकारिक URL https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac
विवरण Download images and videos from Instagram
फ़ाइल का आकार 277 KB
स्थापना संख्या 460
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2022-02-14
प्रकाशन तिथि 2022-02-14
डेवलपर PhotograpHB
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/HaibiPeng/instagram-save-ext
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Downloader",
    "description": "Download images and videos from Instagram",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}