Torrent Downloader

Automagically searches and optimizes torrents!

O que é Torrent Downloader?

Torrent Downloader é uma extensão do Chrome desenvolvida por https://codai.com.br, e sua principal característica é "Automagically searches and optimizes torrents!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Torrent Downloader

Baixe arquivos de extensão Torrent Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Torrent Downloader Torrent Downloader
ID edbijgkcdlhbnpgkoodblaecmkfmngbg
URL Oficial https://chromewebstore.google.com/detail/torrent-downloader/edbijgkcdlhbnpgkoodblaecmkfmngbg
Descrição Automagically searches and optimizes torrents!
Tamanho do Arquivo 29.98 KB
Contagem de Instalações 41,790
Versão Atual 1.3
Última Atualização 2021-07-07
Data de Publicação 2021-04-09
Classificação 4.40/5 Total de 10 Avaliações
Desenvolvedor https://codai.com.br
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}