NZB Unity
Send and control NZB files directly with SABnzbd or NZBGet download clients.
Co to jest NZB Unity?
NZB Unity to rozszerzenie Chrome opracowane przez clutterskull, a jego główną funkcją jest „Send and control NZB files directly with SABnzbd or NZBGet download clients.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NZB Unity
Pobierz pliki rozszerzeń NZB Unity w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | NZB Unity |
ID | mpejfoghnejnbfkpbiafklkmlhebkapb |
Oficjalny URL | https://chromewebstore.google.com/detail/nzb-unity/mpejfoghnejnbfkpbiafklkmlhebkapb |
Opis | Send and control NZB files directly with SABnzbd or NZBGet download clients. |
Rozmiar pliku | 885 KB |
Liczba instalacji | 6,307 |
Aktualna Wersja | 1.17.5 |
Ostatnia Aktualizacja | 2023-09-13 |
Data Publikacji | 2019-12-20 |
Ocena | 4.67/5 Łącznie 12 Oceny |
Deweloper | clutterskull |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/tumblfeed/nzbunity |
Adres URL Strony Pomocy | https://github.com/tumblfeed/nzbunity/issues |
Adres URL Strony Polityki Prywatności | https://github.com/tumblfeed/nzbunity/blob/main/PRIVACY.md |
Obsługiwane Języki | 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": [ " |