Magnet Links for Torrentz

Adds magnet links to torrent files on Torrentz.

什麼是Magnet Links for Torrentz?

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

擴展截圖

screenshot
screenshot

下載Magnet Links for Torrentz擴展crx文件

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

擴展使用說明

                        Adds magnet links to torrents on the Torrentz 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, altough the link will also work without them. On single pages trackers are added instantly.

The extension works on all official Torrentz-sites but not on proxies. Supporting proxies is under consideration.

It's written in vanilla JavaScript and is over six times smaller in size than its rivals.

GitHub: https://github.com/bodyflex/torrentz-magnet                    

擴展基本資訊

名稱 Magnet Links for Torrentz Magnet Links for Torrentz
ID pgmaidhfoodebfiocgananbdfnankehm
官方網址 https://chromewebstore.google.com/detail/magnet-links-for-torrentz/pgmaidhfoodebfiocgananbdfnankehm
簡介 Adds magnet links to torrent files on Torrentz.
檔案大小 8.78 KB
安裝次數 10,000
目前版本 0.9.2
更新時間 2015-03-18
上架時間 2015-03-18
評分 3.75/5 共 88 次評分
開發者 bodyflex
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end",
            "matches": [
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*",
                "*:\/\/torrentz.com\/*"
            ]
        }
    ],
    "description": "Adds magnet links to torrent files on Torrentz.",
    "manifest_version": 2,
    "name": "Magnet Links for Torrentz",
    "version": "0.9.2",
    "web_accessible_resources": [
        "icon16.png"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}