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
Eメール [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"
    }
}