SABctrl
Easy control of SABnzbd.
SABctrlคืออะไร?
SABctrl เป็นส่วนขยายของ Chrome ที่พัฒนาโดย quacked และคุณลักษณะหลักของมันคือ "Easy control of SABnzbd."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SABctrl
ดาวน์โหลดไฟล์ส่วนขยาย SABctrl ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
SABctrl replaces download links with a SABnzbd icon that sends the NZB directly to your SABnzbd server! If you temporarily want to open the download link normally, just right-click the icon and choose "open". The following sites are supported: * Nzbindex.nl/.com * NZB.su * Usenet-Crawler.com * NZBPlanet.net - I won't be adding generic Newznab support. I simply don't have the time. Specify server address and API key in the settings and the extension should display your current download job. A badge will show speed when downloading and 'P' when paused. The various buttons that limit speed can be altered to other values.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dhkfabgoljcjldkplbkgedghjgoggdfe |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/sabctrl/dhkfabgoljcjldkplbkgedghjgoggdfe |
คำอธิบาย | Easy control of SABnzbd. |
ขนาดไฟล์ | 188 KB |
จำนวนการติดตั้ง | 331 |
เวอร์ชันปัจจุบัน | 1.706 |
อัปเดตครั้งล่าสุด | 2021-04-17 |
วันที่เผยแพร่ | 2019-03-08 |
คะแนน | 4.00/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | quacked |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SABctrl", "description": "Easy control of SABnzbd.", "manifest_version": 2, "version": "1.706", "permissions": [ "https:\/\/*\/*", "storage", "http:\/\/*\/*", "contextMenus" ], "background": { "page": "index.html" }, "icons": { "128": "images\/icon64.png" }, "browser_action": { "default_icon": "images\/icon64.png" }, "options_page": "options.html", "content_scripts": [ { "js": [ "oex_shim\/operaextensions_injectedscript.js", "includes\/nzbplanet.js" ], "matches": [ " |