jdCaptcha
jdCaptcha add-on to access jdCaptcha website and features faster.
Что такое jdCaptcha?
jdCaptcha - это расширение Chrome, разработанное https://www.vincescodes.com/jdcaptcha, и его основная функция - "jdCaptcha add-on to access jdCaptcha website and features faster.".
Снимки экрана расширения
Скачать файл CRX расширения jdCaptcha
Скачайте файлы расширений jdCaptcha в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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 |
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" ] } |