Magnet Collector

Find magnet and torrent links in a page much easier and safer.

什麼是Magnet Collector?

Magnet Collector是由Pigeontech開發的Chrome擴展程式,該擴展的主要功能是“Find magnet and torrent links in a page much easier and safer.”。

擴展截圖

screenshot
screenshot
screenshot

下載Magnet Collector擴展crx文件

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

擴展使用說明

                        Many publishers are providing downloads via torrent and magnet links, which when clicked, will open a bittorrent client. This extension will help you find these links and organize them into a convenient popup. Browsing will be safer as well, as you no longer have to take a chance on fake download links.                    

擴展基本資訊

名稱 Magnet Collector Magnet Collector
ID dopceadfnnahlcadkebgfacbcemhallh
官方網址 https://chromewebstore.google.com/detail/magnet-collector/dopceadfnnahlcadkebgfacbcemhallh
簡介 Find magnet and torrent links in a page much easier and safer.
檔案大小 13.08 KB
安裝次數 1,356
目前版本 1.0.4
更新時間 2017-01-28
上架時間 2017-01-27
評分 3.75/5 共 12 次評分
開發者 Pigeontech
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magnet Collector",
    "description": "Find magnet and torrent links in a page much easier and safer.",
    "version": "1.0.4",
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Magnet Collector"
    },
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}