ReNZB
Send nzb files to NZBGet
What is ReNZB?
ReNZB is a Chrome extension developed by renzb, and its main feature is "Send nzb files to NZBGet".
Extension Screenshots
Download ReNZB Extension CRX File
Download ReNZB extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension is used to send .nzb files to an NZBGet running either locally or on another server. To save the steps of having to manually download and load the .nzb file. Changelog: 0.3 Able to select whether to add nzb to front or end of download queue 0.2 Changed the look of add-notification. Added notification on download complete. 0.1.1 Added field for username, it is changeable since v11 of NZBGet
Extension Basic Information
Name | |
ID | okfdbhdcijcclimicnajflifplapcbhb |
Official URL | https://chrome.google.com/webstore/detail/renzb/okfdbhdcijcclimicnajflifplapcbhb |
Description | Send nzb files to NZBGet |
File Size | 48.33 KB |
Installation Count | 196 |
Current Version | 0.3 |
Last Updated | 2013-12-14 |
Publish Date | 2013-12-14 |
Rating | 2.25/5 Total 12 Ratings |
Developer | renzb |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "options_page": "options.html", "name": "ReNZB", "description": "Send nzb files to NZBGet", "version": "0.3", "permissions": [ "*:\/\/*\/", "contextMenus", "tabs", "notifications", "storage" ], "background": { "scripts": [ "jquery-2.0.3.min.js", "nzbget.js", "init.js" ] }, "icons": { "48": "icon48.png", "128": "icon128.png" } } |