Image Downloader

te31.com(rgrong), slrclub.com, instagram

Image Downloader क्या है?

Image Downloader kotree.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "te31.com(rgrong), slrclub.com, instagram"।

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

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

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

                        slrclub
instagram
te31.com (rgrong)

에서 이미지를 쉽게 받을 수 있도록 함.                    

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

नाम Image Downloader Image Downloader
ID cgocnfehcmjlhkjjoilopiobelljiafi
आधिकारिक URL https://chrome.google.com/webstore/detail/image-downloader/cgocnfehcmjlhkjjoilopiobelljiafi
विवरण te31.com(rgrong), slrclub.com, instagram
फ़ाइल का आकार 38.17 KB
स्थापना संख्या 200
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2016-06-09
प्रकाशन तिथि 2016-06-09
रेटिंग 3.67/5 कुल 3 रेटिंग्स
डेवलपर kotree.com
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ ko
manifest.json
{
    "name": "Image Downloader",
    "description": "te31.com(rgrong), slrclub.com, instagram",
    "version": "1.1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "jquery.min.js",
                "contents.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "rightbutton.js",
        "instagram.js",
        "slrclub.js",
        "jquery.min.js"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        ""
    ],
    "manifest_version": 2
}