NZB Unity
Send and control NZB files directly with SABnzbd or NZBGet download clients.
NZB Unity क्या है?
NZB Unity clutterskull द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Send and control NZB files directly with SABnzbd or NZBGet download clients."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NZB Unity एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [ " |