Magnet Collector

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

Cos'è Magnet Collector?

Magnet Collector è un'estensione di Chrome sviluppata da Pigeontech, e la sua funzione principale è "Find magnet and torrent links in a page much easier and safer.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Magnet Collector

Scarica i file di estensione Magnet Collector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Magnet Collector Magnet Collector
ID dopceadfnnahlcadkebgfacbcemhallh
URL Ufficiale https://chromewebstore.google.com/detail/magnet-collector/dopceadfnnahlcadkebgfacbcemhallh
Descrizione Find magnet and torrent links in a page much easier and safer.
Dimensione del File 13.08 KB
Conteggio Installazioni 1,356
Versione Corrente 1.0.4
Ultimo Aggiornamento 2017-01-28
Data di Pubblicazione 2017-01-27
Valutazione 3.75/5 Totale 12 Valutazioni
Sviluppatore Pigeontech
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}