SABctrl
Easy control of SABnzbd.
SABctrl क्या है?
SABctrl quacked द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy control of SABnzbd."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SABctrl एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |