Magnet Collector

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

Qu'est-ce que Magnet Collector ?

Magnet Collector est une extension Chrome développée par Pigeontech, et sa fonction principale est "Find magnet and torrent links in a page much easier and safer.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Magnet Collector

Téléchargez les fichiers d'extension Magnet Collector au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Magnet Collector Magnet Collector
ID dopceadfnnahlcadkebgfacbcemhallh
URL Officiel https://chromewebstore.google.com/detail/magnet-collector/dopceadfnnahlcadkebgfacbcemhallh
Description Find magnet and torrent links in a page much easier and safer.
Taille du Fichier 13.08 KB
Nombre d'Installations 1,356
Version Actuelle 1.0.4
Dernière Mise à Jour 2017-01-28
Date de Publication 2017-01-27
Évaluation 3.75/5 Total 12 Évaluations
Développeur Pigeontech
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}