RPNet Helper
Download the selected links using RPNet
RPNet Helper क्या है?
RPNet Helper The RP Network द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download the selected links using RPNet"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में RPNet Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
RPNet Helper allows RPNet members/subscribers easy download (or save to RPNet HDD) from any page on the internet or computer. Its code is completely rewritten from the ground up with a slightly different concept (comparing to previous RPNet addons). N.B. "Stay Logged In" must be selected on login for the addon to work. RPNet Helper v2.0 RPNet Helper is rewritten as a WebExtension. Benefits: Works on both Firefox & Chrome Multiprocess Compatible Improved performance Option to Copy link to paste in Download Managers AMO will not be accepting any non-WebExtension addons after version 53 (April 2017) and will disable all non-WebExtension addons after version 57 (Nov 2017) Issues: Having problem passing the links to FlashGot to pass to Download Managers (Firefox only as Chrome doesn't have FlashGot) I haven't added the keyboard short cut (I never used it myself, let me know if you need it) Features: Greatly Streamlined Works on any site or local document with links, opened by the browser Works with Text URLs, Hyperlinks and Right-Clicked single links Grabs URLs from mixed text & Hyperlinks (exact selection not necessary) You can even do a select all (Ctrl + a) to grab all links of a page. Context menu and keyboard shortcuts (Ctrl +shift +F2) (v1.* only) Context menu is disabled when not active Link filtering for supported hosts which is automatically updated Removes duplicate URLs Requires Confirmation, displaying the selected links, before processing the links Login is left to be handled by RPNet. If RPNet requests a login, the login page will be opened in a new tab so that user can log in. "Stay Logged In" must be selected on login for the addon to work Displays RPNet notification of failed links Displays connection failures and Server Errors Direct Links generated by RPNet will be sent to your Download Manager via FlashGot (if installed) (v1.* only) Localization (en-US for now until more are provided) Option to save to HDD (Add-ons -> RPNet Helper -> Options) Faster and more efficient RPNet API implementation (from v1.1) Added FlashGot check plus option to save to HDD if not installed or not enabled (v1.3) Users can change the option later by going to Add-ons -> RPNet Helper -> Options Added processing of text selection inside a Textarea (v1.3) Added basic in URL redirector/hide-referrer removal (v1.4) Added the ability to use document URL (v1.4.7) Right-click anywhere on the page and select RPNet Helper Compatibility: This addon is developed and tested on Chrome/Firefox/Windows. Please let me know how it does on other versions, platforms and applications.
एक्सटेंशन की मूल जानकारी
नाम | RPNet Helper |
ID | jkoiepjhhmjkdmfojablnkabilnhoapp |
आधिकारिक URL | https://chromewebstore.google.com/detail/rpnet-helper/jkoiepjhhmjkdmfojablnkabilnhoapp |
विवरण | Download the selected links using RPNet |
फ़ाइल का आकार | 40.88 KB |
स्थापना संख्या | 490 |
वर्तमान संस्करण | 2.3 |
अंतिम अपडेट | 2017-06-05 |
प्रकाशन तिथि | 2017-06-04 |
रेटिंग | 3.67/5 कुल 6 रेटिंग्स |
डेवलपर | The RP Network |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://premium.rpnet.biz |
सहायता पृष्ठ URL | http://forums.rapidpremium.net/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "manifest_version": 2, "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "2.3", "default_locale": "en", "homepage_url": "https:\/\/premium.rpnet.biz\/", "author": "erosman", "icons": { "16": "image\/icon16.png", "32": "image\/icon32.png", "48": "image\/icon48.png", "64": "image\/icon64.png", "128": "image\/icon128.png" }, "background": { "scripts": [ "content\/background.js" ] }, "options_ui": { "page": "content\/options.html" }, "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "cookies", "downloads", "notifications", "storage", "tabs", "*:\/\/premium.rpnet.biz\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |