NZB Unity
Send and control NZB files directly with SABnzbd or NZBGet download clients.
NZB Unity là gì?
NZB Unity là một tiện ích mở rộng Chrome được phát triển bởi clutterskull, và tính năng chính của nó là "Send and control NZB files directly with SABnzbd or NZBGet download clients.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NZB Unity
Tải xuống các tệp mở rộng NZB Unity dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NZB Unity |
ID | mpejfoghnejnbfkpbiafklkmlhebkapb |
URL Chính Thức | https://chromewebstore.google.com/detail/nzb-unity/mpejfoghnejnbfkpbiafklkmlhebkapb |
Mô tả | Send and control NZB files directly with SABnzbd or NZBGet download clients. |
Kích Thước Tệp | 885 KB |
Số Lần Cài Đặt | 6,307 |
Phiên Bản Hiện Tại | 1.17.5 |
Cập Nhật Lần Cuối | 2023-09-13 |
Ngày Phát Hành | 2019-12-20 |
Đánh Giá | 4.67/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | clutterskull |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/tumblfeed/nzbunity |
URL Trang Trợ Giúp | https://github.com/tumblfeed/nzbunity/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/tumblfeed/nzbunity/blob/main/PRIVACY.md |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |