jdCaptcha

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

Co to jest jdCaptcha?

jdCaptcha to rozszerzenie Chrome opracowane przez https://www.vincescodes.com/jdcaptcha, a jego główną funkcją jest „jdCaptcha add-on to access jdCaptcha website and features faster.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia jdCaptcha

Pobierz pliki rozszerzeń jdCaptcha w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa jdCaptcha jdCaptcha
ID enlbmhdjeiioekgmgkllpacjpkfpmlpn
Oficjalny URL https://chromewebstore.google.com/detail/jdcaptcha/enlbmhdjeiioekgmgkllpacjpkfpmlpn
Opis jdCaptcha add-on to access jdCaptcha website and features faster.
Rozmiar pliku 35.9 KB
Liczba instalacji 744
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-08-23
Data Publikacji 2014-08-23
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper https://www.vincescodes.com/jdcaptcha
Typ Płatności free
Adres URL Strony Pomocy http://www.vincescodes.com/jdcaptcha/form.html
Obsługiwane Języki 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"
    ]
}