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
公式URL 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"
            ]
        }
    ]
}