jdCaptcha

jdCaptcha add-on to access jdCaptcha website and features faster.

jdCaptcha क्या है?

jdCaptcha https://www.vincescodes.com/jdcaptcha द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "jdCaptcha add-on to access jdCaptcha website and features faster."।

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

screenshot
screenshot

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

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

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

                        jdCaptcha is an Android application used to solve captcha request from jDownloader and/or pyLoad clients. The application is also capable of controlling both clients and more specifically to add file links to download.

This add-on has been designed to simply the process of sending links to the jdCaptcha Android application.

More information on jdCaptcha (including privacy policy) are available on the jdCaptcha website. 

After installing the add-on, don't forget to configure it!                    

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

नाम jdCaptcha jdCaptcha
ID enlbmhdjeiioekgmgkllpacjpkfpmlpn
आधिकारिक URL https://chromewebstore.google.com/detail/jdcaptcha/enlbmhdjeiioekgmgkllpacjpkfpmlpn
विवरण jdCaptcha add-on to access jdCaptcha website and features faster.
फ़ाइल का आकार 35.9 KB
स्थापना संख्या 744
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2014-08-23
प्रकाशन तिथि 2014-08-23
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर https://www.vincescodes.com/jdcaptcha
भुगतान के प्रकार free
सहायता पृष्ठ URL http://www.vincescodes.com/jdcaptcha/form.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "jdCaptcha",
    "description": "jdCaptcha add-on to access jdCaptcha website and features faster.",
    "version": "1.0.1",
    "homepage_url": "http:\/\/www.vincescodes.com\/jdcaptcha",
    "icons": {
        "16": "data\/logo-16.png",
        "48": "data\/logo-48.png",
        "128": "data\/logo-128.png"
    },
    "offline_enabled": false,
    "browser_action": {
        "default_icon": "data\/logo-16.png",
        "default_popup": "data\/panel.html"
    },
    "options_page": "data\/settings.html",
    "background": {
        "scripts": [
            "data\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "data\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/www.vincescodes.com\/*"
    ],
    "web_accessible_resources": [
        "data\/tablet-24.png",
        "data\/computer-24.png",
        "data\/smartphone-24.png",
        "data\/phablet-24.png"
    ]
}