NZB Unity
Send and control NZB files directly with SABnzbd or NZBGet download clients.
O que é NZB Unity?
NZB Unity é uma extensão do Chrome desenvolvida por clutterskull, e sua principal característica é "Send and control NZB files directly with SABnzbd or NZBGet download clients.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NZB Unity
Baixe arquivos de extensão NZB Unity no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | NZB Unity |
ID | mpejfoghnejnbfkpbiafklkmlhebkapb |
URL Oficial | https://chromewebstore.google.com/detail/nzb-unity/mpejfoghnejnbfkpbiafklkmlhebkapb |
Descrição | Send and control NZB files directly with SABnzbd or NZBGet download clients. |
Tamanho do Arquivo | 885 KB |
Contagem de Instalações | 6,307 |
Versão Atual | 1.17.5 |
Última Atualização | 2023-09-13 |
Data de Publicação | 2019-12-20 |
Classificação | 4.67/5 Total de 12 Avaliações |
Desenvolvedor | clutterskull |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/tumblfeed/nzbunity |
URL da Página de Ajuda | https://github.com/tumblfeed/nzbunity/issues |
URL da Página de Política de Privacidade | https://github.com/tumblfeed/nzbunity/blob/main/PRIVACY.md |
Idiomas Suportados | 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": [ " |