Torrentz2 Magnet & IMDb +

Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error

什么是Torrentz2 Magnet & IMDb +?

Torrentz2 Magnet & IMDb +是由gilshallem开发的Chrome扩展程序,该扩展的主要功能是“Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error”。

扩展截图

screenshot
screenshot
screenshot

下载Torrentz2 Magnet & IMDb +扩展crx文件

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

扩展使用说明

                        Features:
1. Adds Magnet Links for both the search results and the details page of torrents.
2. Adds IMDB Rating and link
3. Live Stream torrent videos
4. If the server is down, it will automatically redirect to the TOR site

SUPPORTS All THE NEW DOMAINS INCLUDING Torrentz2.is, Torrentsmirror.com and  Torrentz.pl                    

扩展基本信息

名称 Torrentz2 Magnet & IMDb + Torrentz2 Magnet & IMDb +
ID gfdagplpafaaplpkngcjbpkgeneapboc
官方URL https://chromewebstore.google.com/detail/torrentz2-magnet-imdb-+/gfdagplpafaaplpkngcjbpkgeneapboc
简介 Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error
文件大小 22.72 KB
安装次数 6,428
当前版本 1.0.5
更新时间 2020-12-22
上架时间 2020-08-01
评分 4.13/5 共8次评分
开发者 gilshallem
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.min.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.min.js"
            ],
            "matches": [
                "*:\/\/torrentzwealmisr.onion.ws\/*",
                "*:\/\/torrentsmirror.com\/*",
                "*:\/\/torrentz.pl\/*",
                "*:\/\/torrentz2.is\/*",
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*",
                "*:\/\/torrentz.com\/*",
                "*:\/\/torrentz2.eu\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "https:\/\/v2.sg.media-imdb.com\/suggestion\/*\/",
        "https:\/\/*.imdb.com\/*\/",
        "storage"
    ],
    "description": "Adds magnet links, IMDb links with ratings, and live stream for torrents on Torrentz. Also, auto-redirects to the TOR site on error",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "\/icon16.png",
        "default_popup": "settings.html",
        "default_title": "Torrentz settings"
    },
    "manifest_version": 2,
    "name": "Torrentz2 Magnet & IMDb +",
    "version": "1.0.5",
    "version_name": "1.0.5",
    "web_accessible_resources": [
        "icon16.png",
        "imdb.png",
        "play.png"
    ]
}