Magnet Collector

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

What is Magnet Collector?

Magnet Collector is a Chrome extension developed by Pigeontech, and its main feature is "Find magnet and torrent links in a page much easier and safer.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Magnet Collector Extension CRX File

Download Magnet Collector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Magnet Collector Magnet Collector
ID dopceadfnnahlcadkebgfacbcemhallh
Official URL https://chromewebstore.google.com/detail/magnet-collector/dopceadfnnahlcadkebgfacbcemhallh
Description Find magnet and torrent links in a page much easier and safer.
File Size 13.08 KB
Installation Count 1,356
Current Version 1.0.4
Last Updated 2017-01-28
Publish Date 2017-01-27
Rating 3.75/5 Total 12 Ratings
Developer Pigeontech
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}