SABctrl
Easy control of SABnzbd.
Qu'est-ce que SABctrl ?
SABctrl est une extension Chrome développée par quacked, et sa fonction principale est "Easy control of SABnzbd.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SABctrl
Téléchargez les fichiers d'extension SABctrl au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | dhkfabgoljcjldkplbkgedghjgoggdfe |
URL Officiel | https://chrome.google.com/webstore/detail/sabctrl/dhkfabgoljcjldkplbkgedghjgoggdfe |
Description | Easy control of SABnzbd. |
Taille du Fichier | 188 KB |
Nombre d'Installations | 331 |
Version Actuelle | 1.706 |
Dernière Mise à Jour | 2021-04-17 |
Date de Publication | 2019-03-08 |
Évaluation | 4.00/5 Total 6 Évaluations |
Développeur | quacked |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ " |