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."입니다.
확장 프로그램 스크린샷
NZB Unity 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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": [ " |