Torrent Downloader

Automagically searches and optimizes torrents!

什么是Torrent Downloader?

Torrent Downloader是由https://codai.com.br开发的Chrome扩展程序,该扩展的主要功能是“Automagically searches and optimizes torrents!”。

扩展截图

screenshot
screenshot

下载Torrent Downloader扩展crx文件

下载Torrent Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    }
}