NZB Unity

Send and control NZB files directly with SABnzbd or NZBGet download clients.

什么是NZB Unity?

NZB Unity是由clutterskull开发的Chrome扩展程序,该扩展的主要功能是“Send and control NZB files directly with SABnzbd or NZBGet download clients.”。

扩展截图

screenshot

下载NZB Unity扩展crx文件

下载NZB Unity扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Send and control NZB files directly with SABnzbd or NZBGet download clients. Allows monitoring and control of your download queue (pause, resume), optionally intercepts NZB downloads, and allows 1-click downloading from a handful of membership NZB sites.


Privacy:
Settings - including server authentication information - are stored in browser local storage and used only to connect to servers at the user's request. No user data is stored remotely or shared by this extension. See https://github.com/tumblfeed/nzbunity/blob/main/PRIVACY.md                    

扩展基本信息

名称 NZB Unity NZB Unity
ID mpejfoghnejnbfkpbiafklkmlhebkapb
官方URL https://chromewebstore.google.com/detail/nzb-unity/mpejfoghnejnbfkpbiafklkmlhebkapb
简介 Send and control NZB files directly with SABnzbd or NZBGet download clients.
文件大小 885 KB
安装次数 6,307
当前版本 1.17.5
更新时间 2023-09-13
上架时间 2019-12-20
评分 4.67/5 共12次评分
开发者 clutterskull
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/tumblfeed/nzbunity
帮助页面URL https://github.com/tumblfeed/nzbunity/issues
隐私政策页面URL https://github.com/tumblfeed/nzbunity/blob/main/PRIVACY.md
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NZB Unity",
    "version": "1.17.5",
    "author": "[email protected]",
    "description": "Send and control NZB files directly with SABnzbd or NZBGet download clients.",
    "background": {
        "scripts": [
            "background\/util.js",
            "background\/nzb.js",
            "background\/main.js"
        ]
    },
    "icons": {
        "16": "content\/images\/nzb-16-green.png",
        "32": "content\/images\/icon-32.png",
        "40": "content\/images\/icon-40.png",
        "48": "content\/images\/icon-48.png",
        "64": "content\/images\/nzb-64-green.png",
        "128": "content\/images\/icon-128.png"
    },
    "web_accessible_resources": [
        "content\/images\/nzb-16-green.png",
        "content\/images\/nzb-16-grey.png",
        "content\/images\/nzb-16-orange.png",
        "content\/images\/nzb-16-red.png",
        "content\/images\/nzb-32-green.png",
        "content\/images\/nzb-64-green.png"
    ],
    "browser_action": {
        "default_icon": {
            "16": "content\/images\/nzb-16-green.png",
            "32": "content\/images\/icon-32.png",
            "128": "content\/images\/icon-128.png"
        },
        "default_title": "NZB Unity",
        "default_popup": "content\/popup.html"
    },
    "options_ui": {
        "browser_style": false,
        "open_in_tab": true,
        "page": "content\/options.html"
    },
    "permissions": [
        "",
        "notifications",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.althub.co.za\/*",
                "*:\/\/*.animetosho.org\/*",
                "*:\/\/*.binsearch.info\/*",
                "*:\/\/*.dognzb.cr\/*",
                "*:\/\/*.drunkenslug.com\/*",
                "*:\/\/*.gingadaddy.com\/*",
                "*:\/\/*.nzbfinder.ws\/*",
                "*:\/\/*.nzbgeek.info\/*",
                "*:\/\/*.nzbindex.com\/*",
                "*:\/\/*.nzbindex.nl\/*",
                "*:\/\/*.nzbking.com\/*",
                "*:\/\/*.nzbserver.com\/*",
                "*:\/\/*.nzb.su\/*",
                "*:\/\/*.omgwtfnzbs.org\/*",
                "*:\/\/*.tabula-rasa.pw\/*"
            ],
            "js": [
                "vendor\/jquery-3.3.1.slim.min.js",
                "background\/util.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.althub.co.za\/*"
            ],
            "js": [
                "content\/sites\/althub.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.animetosho.org\/*"
            ],
            "js": [
                "content\/sites\/animetosho.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.binsearch.info\/*"
            ],
            "js": [
                "content\/sites\/binsearch.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.dognzb.cr\/*"
            ],
            "js": [
                "content\/sites\/dognzb.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.drunkenslug.com\/*"
            ],
            "js": [
                "content\/sites\/drunkenslug.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.gingadaddy.com\/*"
            ],
            "js": [
                "content\/sites\/gingadaddy.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.nzbfinder.ws\/*"
            ],
            "js": [
                "content\/sites\/nzbfinder.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.nzbgeek.info\/*"
            ],
            "js": [
                "content\/sites\/nzbgeek.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.nzbindex.com\/*",
                "*:\/\/*.nzbindex.nl\/*"
            ],
            "js": [
                "content\/sites\/nzbindex.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.nzbking.com\/*"
            ],
            "js": [
                "content\/sites\/nzbking.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.nzbserver.com\/*"
            ],
            "js": [
                "content\/sites\/nzbserver.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.nzb.su\/*"
            ],
            "js": [
                "content\/sites\/nzbsu.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.omgwtfnzbs.org\/*"
            ],
            "js": [
                "content\/sites\/omgwtfnzbs.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.tabula-rasa.pw\/*"
            ],
            "js": [
                "content\/sites\/tabularasa.js"
            ]
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "description": "Toggle toolbar popup"
        },
        "toggle-queue": {
            "description": "Toggle queue"
        },
        "open-profile-page": {
            "description": "Open server URL"
        }
    }
}