Torrent Downloader
Automagically searches and optimizes torrents!
Torrent Downloader क्या है?
Torrent Downloader https://codai.com.br द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automagically searches and optimizes torrents!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Torrent Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension facilitates the search for torrent content! Solving the issue of trying to download something and then being constantly redirected or even massively exposed to ads. This extension will scan the whole page for magnet links embedded deep down in the source code, and list them to you both in the page itself and in the extension's icon at the extension bar It injects the magnet link with stable and fast trackers from www.newtrackon.com So you will not only have faster torrent search, you will also have fast torrent download speeds with stable and updated trackers automatically embedded into your torrent! No more pain while trying to find torrent links!
एक्सटेंशन की मूल जानकारी
नाम | Torrent Downloader |
ID | edbijgkcdlhbnpgkoodblaecmkfmngbg |
आधिकारिक URL | https://chromewebstore.google.com/detail/torrent-downloader/edbijgkcdlhbnpgkoodblaecmkfmngbg |
विवरण | Automagically searches and optimizes torrents! |
फ़ाइल का आकार | 29.98 KB |
स्थापना संख्या | 41,790 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2021-07-07 |
प्रकाशन तिथि | 2021-04-09 |
रेटिंग | 4.40/5 कुल 10 रेटिंग्स |
डेवलपर | https://codai.com.br |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en,pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.3", "default_locale": "en", "icons": { "512": "icon.png", "128": "icon.png", "48": "icon.png", "32": "icon.png", "16": "icon.png" }, "permissions": [ "contextMenus", "storage", "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*download*", "*:\/\/*\/*torrent*", "*:\/\/*\/*bluray*", "*:\/\/*\/*dual-audio*", "*:\/\/*\/*web-dl*", "*:\/\/*\/*hdcam*", "*:\/\/*\/*rip*", "*:\/\/*\/*baixar*", "*:\/\/*\/*filme*", "*:\/\/*\/*movie*", "*:\/\/obtendocreditoonline.xyz\/*" ], "js": [ "src\/js\/content.js" ] } ], "web_accessible_resources": [ "src\/js\/utils.js" ], "background": { "scripts": [ "src\/js\/background.js" ] }, "browser_action": { "default_popup": "src\/view\/popup.html", "default_icon": "icon.png" } } |