jdCaptcha
jdCaptcha add-on to access jdCaptcha website and features faster.
Co je jdCaptcha?
jdCaptcha je rozšíření Chrome vyvinuté https://www.vincescodes.com/jdcaptcha, a jeho hlavní funkcí je „jdCaptcha add-on to access jdCaptcha website and features faster.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření jdCaptcha
Stáhněte si soubory rozšíření jdCaptcha ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | jdCaptcha |
ID | enlbmhdjeiioekgmgkllpacjpkfpmlpn |
Oficiální URL | https://chromewebstore.google.com/detail/jdcaptcha/enlbmhdjeiioekgmgkllpacjpkfpmlpn |
Popis | jdCaptcha add-on to access jdCaptcha website and features faster. |
Velikost souboru | 35.9 KB |
Počet instalací | 744 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2014-08-23 |
Datum Vydání | 2014-08-23 |
Hodnocení | 3.00/5 Celkem 2 Hodnocení |
Vývojář | https://www.vincescodes.com/jdcaptcha |
Typ Platby | free |
URL Stránky Nápovědy | http://www.vincescodes.com/jdcaptcha/form.html |
Podporované Jazyky | 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" ] } |