SABctrl
Easy control of SABnzbd.
什麼是SABctrl?
SABctrl是由quacked開發的Chrome擴展程式,該擴展的主要功能是“Easy control of SABnzbd.”。
擴展截圖
下載SABctrl擴展crx文件
下載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 |
官方網址 | 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": [ " |