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 |
公式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 |
Eメール | [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": [ " |