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" ] } |