Downloader For Instagram

Opens popular social network in one click and allows to save video file or image from a website.

Downloader For Instagram क्या है?

Downloader For Instagram White Moon Inc द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Opens popular social network in one click and allows to save video file or image from a website."।

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

screenshot
screenshot
screenshot

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

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

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

                        Allows to save photo, image, video from the popular social network.

Simply save the content that is in a common access. Quick access to the website to review news feed.

Easily open direct messages just with one click. It's a great tool for website lovers who want to stay in touch with friends as well as review the news feed.                    

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

नाम Downloader For Instagram Downloader For Instagram
ID bhfelhfpjghfmhogedjnlmdpkbhmjhlf
आधिकारिक URL https://chromewebstore.google.com/detail/downloader-for-instagram/bhfelhfpjghfmhogedjnlmdpkbhmjhlf
विवरण Opens popular social network in one click and allows to save video file or image from a website.
फ़ाइल का आकार 360 KB
स्थापना संख्या 23,219
वर्तमान संस्करण 3.1.2
अंतिम अपडेट 2023-09-12
प्रकाशन तिथि 2022-04-05
रेटिंग 3.29/5 कुल 31 रेटिंग्स
डेवलपर White Moon Inc
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_desc__",
    "default_locale": "en",
    "version": "3.1.2",
    "manifest_version": 3,
    "icons": {
        "16": "favicon.png",
        "32": "logo192.png",
        "48": "logo192.png",
        "128": "logo512.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "contentScript.css"
            ]
        }
    ],
    "action": {
        "default_title": "__MSG_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "favicon.png",
            "32": "logo192.png",
            "48": "logo192.png",
            "128": "logo512.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": []
}