jdCaptcha
jdCaptcha add-on to access jdCaptcha website and features faster.
什麼是jdCaptcha?
jdCaptcha是由https://www.vincescodes.com/jdcaptcha開發的Chrome擴展程式,該擴展的主要功能是“jdCaptcha add-on to access jdCaptcha website and features faster.”。
擴展截圖
下載jdCaptcha擴展crx文件
下載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 |
官方網址 | 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" ] } |