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": [ " |