Torrent Downloader
Automagically searches and optimizes torrents!
¿Qué es Torrent Downloader?
Torrent Downloader es una extensión de Chrome desarrollada por https://codai.com.br, y su función principal es "Automagically searches and optimizes torrents!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Torrent Downloader
Descarga archivos de extensión Torrent Downloader en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Torrent Downloader |
ID | edbijgkcdlhbnpgkoodblaecmkfmngbg |
URL Oficial | https://chromewebstore.google.com/detail/torrent-downloader/edbijgkcdlhbnpgkoodblaecmkfmngbg |
Descripción | Automagically searches and optimizes torrents! |
Tamaño del Archivo | 29.98 KB |
Cantidad de Instalaciones | 41,790 |
Versión Actual | 1.3 |
Última Actualización | 2021-07-07 |
Fecha de Publicación | 2021-04-09 |
Calificación | 4.40/5 Total de 10 Calificaciones |
Desarrollador | https://codai.com.br |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |