SABctrl

Easy control of SABnzbd.

Co je SABctrl?

SABctrl je rozšíření Chrome vyvinuté quacked, a jeho hlavní funkcí je „Easy control of SABnzbd.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření SABctrl

Stáhněte si soubory rozšíření SABctrl ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název SABctrl SABctrl
ID dhkfabgoljcjldkplbkgedghjgoggdfe
Oficiální URL https://chrome.google.com/webstore/detail/sabctrl/dhkfabgoljcjldkplbkgedghjgoggdfe
Popis Easy control of SABnzbd.
Velikost souboru 188 KB
Počet instalací 331
Aktuální Verze 1.706
Poslední Aktualizace 2021-04-17
Datum Vydání 2019-03-08
Hodnocení 4.00/5 Celkem 6 Hodnocení
Vývojář quacked
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
                ""
            ],
            "include_globs": [
                "http:\/\/nzbplanet.net\/*",
                "https:\/\/nzbplanet.net\/*",
                "http:\/\/*.nzbplanet.net\/*",
                "https:\/\/*.nzbplanet.net\/*"
            ],
            "exclude_globs": [],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "oex_shim\/operaextensions_injectedscript.js",
                "includes\/oznzb.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/oznzb.com\/*",
                "https:\/\/oznzb.com\/*",
                "http:\/\/*.oznzb.com\/*",
                "https:\/\/*.oznzb.com\/*"
            ],
            "exclude_globs": [],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "oex_shim\/operaextensions_injectedscript.js",
                "includes\/usenetcrawler.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/usenet-crawler.com\/*",
                "https:\/\/usenet-crawler.com\/*",
                "http:\/\/*.usenet-crawler.com\/*",
                "https:\/\/*.usenet-crawler.com\/*"
            ],
            "exclude_globs": [],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "oex_shim\/operaextensions_injectedscript.js",
                "includes\/nzbindexcom.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/nzbindex.com\/*",
                "https:\/\/nzbindex.com\/*",
                "http:\/\/*.nzbindex.com\/*",
                "https:\/\/*.nzbindex.com\/*"
            ],
            "exclude_globs": [],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "oex_shim\/operaextensions_injectedscript.js",
                "includes\/nzbindexnl.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/nzbindex.nl\/*",
                "https:\/\/nzbindex.nl\/*",
                "http:\/\/*.nzbindex.nl\/*",
                "https:\/\/*.nzbindex.nl\/*"
            ],
            "exclude_globs": [],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "oex_shim\/operaextensions_injectedscript.js",
                "includes\/nzbs.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/nzbs.org\/*",
                "https:\/\/nzbs.org\/*",
                "http:\/\/*.nzbs.org\/*",
                "https:\/\/*.nzbs.org\/*",
                "http:\/\/nzbs.org\/*\/*",
                "https:\/\/nzbs.org\/*\/*",
                "http:\/\/*.nzbs.org\/*\/*",
                "https:\/\/*.nzbs.org\/*\/*"
            ],
            "exclude_globs": [],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "oex_shim\/operaextensions_injectedscript.js",
                "includes\/nzbsu.js"
            ],
            "matches": [
                ""
            ],
            "include_globs": [
                "http:\/\/nzb.su\/*",
                "https:\/\/nzb.su\/*",
                "http:\/\/*.nzb.su\/*",
                "https:\/\/*.nzb.su\/*"
            ],
            "exclude_globs": [],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "images\/del16.png",
        "images\/donate.gif",
        "images\/gradient.png",
        "images\/icon32.png",
        "images\/icon64.png",
        "images\/logo.png",
        "images\/tt_bottom.gif",
        "images\/tt_left.gif",
        "images\/tt_top.gif",
        "includes\/nzbzombie.js",
        "includes\/nzbrss.js",
        "includes\/nzbplanet.js",
        "includes\/oznzb.js",
        "includes\/usenetcrawler.js",
        "includes\/nzbclub.js",
        "includes\/nzbindexcom.js",
        "includes\/nzbindexnl.js",
        "includes\/nzbs.js",
        "includes\/nzbsu.js",
        "scripts\/background.js",
        "scripts\/popup.js"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval';"
}