Redirect Click'n'Load
Redirect Click'n'Load to remote pyload or jDownloader
Redirect Click'n'Loadคืออะไร?
Redirect Click'n'Load เป็นส่วนขยายของ Chrome ที่พัฒนาโดย werty1st และคุณลักษณะหลักของมันคือ "Redirect Click'n'Load to remote pyload or jDownloader"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Redirect Click'n'Load
ดาวน์โหลดไฟล์ส่วนขยาย Redirect Click'n'Load ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Extension redirects "Click N Load" requests from localhost:9666/127.0.0.1:9666 to an IP or host entered in the Plugins Options. On this address usually jDownloader is listening for incoming Click'n'Load requests. But if you use a server based downloader like pyload you have to setup a port forwarding every time. On the Options page you can define a value to be set as new Hostname or IP. With this Extension you don't need to setup an SSH Port Forward to payload anymore.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Redirect Click'n'Load |
ID | hnjbnefgkiickkpfidpnlmcodicfgakk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/redirect-clicknload/hnjbnefgkiickkpfidpnlmcodicfgakk |
คำอธิบาย | Redirect Click'n'Load to remote pyload or jDownloader |
ขนาดไฟล์ | 56.15 KB |
จำนวนการติดตั้ง | 7,497 |
เวอร์ชันปัจจุบัน | 1.4.1 |
อัปเดตครั้งล่าสุด | 2021-11-28 |
วันที่เผยแพร่ | 2020-05-17 |
คะแนน | 4.20/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | werty1st |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/werty1st/Redirect-Click-n-Load/ |
URL หน้าช่วยเหลือ | https://github.com/werty1st/Redirect-Click-n-Load/issues |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Redirect Click'n'Load to remote pyload or jDownloader", "manifest_version": 2, "name": "Redirect Click'n'Load", "author": "Ronny Adams", "browser_specific_settings": { "gecko": { "id": "com.github.werty1st.redirectclicknload", "strict_min_version": "42.0" } }, "background": { "scripts": [ "background.js" ], "persistent": true }, "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": { "128": "images\/icon.png" }, "default_title": "Click'n'Load Request Proxy" }, "icons": { "128": "images\/icon.png" }, "permissions": [ "*:\/\/*\/*", "webRequest", "webRequestBlocking", "storage" ], "version": "1.4.1" } |