Magnet Links for Torrentz2

Adds magnet links to torrent files on Torrentz2.

什麼是Magnet Links for Torrentz2?

Magnet Links for Torrentz2是由blahblahblahblha303開發的Chrome擴展程式,該擴展的主要功能是“Adds magnet links to torrent files on Torrentz2.”。

擴展截圖

screenshot

下載Magnet Links for Torrentz2擴展crx文件

下載Magnet Links for Torrentz2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Adds magnet links to torrents on the Torrentz2 search engine. Works both on search result pages and single torrent pages.

Note: on a search result page you need to hover over the magnet icon for a moment if you want the link to contain the trackers. When the icon becomes highlighted, it means that the trackers have been added, although the link will also work without them. On single pages trackers are added instantly.

The extension works on Torrentz on the off-chance it comes back, and on Torrentz2.

It's written in vanilla JavaScript and is apparently over six times smaller in size than its rivals according to the author.

Github: https://github.com/blha303/torrentz2-magnet                    

擴展基本資訊

名稱 Magnet Links for Torrentz2 Magnet Links for Torrentz2
ID hkobljcmoojndbempmmgagaphocpmkni
官方網址 https://chrome.google.com/webstore/detail/magnet-links-for-torrentz/hkobljcmoojndbempmmgagaphocpmkni
簡介 Adds magnet links to torrent files on Torrentz2.
檔案大小 10.07 KB
安裝次數 7,819
目前版本 0.9.5-t2
更新時間 2016-08-24
上架時間 2016-08-24
評分 4.60/5 共 35 次評分
開發者 blahblahblahblha303
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://b303.me/chromestoreprivacy.html
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*",
                "*:\/\/torrentz.com\/*",
                "*:\/\/torrentz2.eu\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Adds magnet links to torrent files on Torrentz2.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Magnet Links for Torrentz2",
    "version": "0.10.5",
    "version_name": "0.9.5-t2",
    "web_accessible_resources": [
        "icon16.png"
    ]
}