Magnet Links for Torrentz2

Adds magnet links to torrent files on Torrentz2.

Wat is Magnet Links for Torrentz2?

Magnet Links for Torrentz2 is een Chrome-extensie ontwikkeld door blahblahblahblha303, en de belangrijkste functie is "Adds magnet links to torrent files on Torrentz2.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Magnet Links for Torrentz2

Download Magnet Links for Torrentz2-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds magnet links to torrents on the Torrentz2 search engine. Works both on search result pages and single torrent pages.

Note: on a search result page you need to hover over the magnet icon for a moment if you want the link to contain the trackers. When the icon becomes highlighted, it means that the trackers have been added, although the link will also work without them. On single pages trackers are added instantly.

The extension works on Torrentz on the off-chance it comes back, and on Torrentz2.

It's written in vanilla JavaScript and is apparently over six times smaller in size than its rivals according to the author.

Github: https://github.com/blha303/torrentz2-magnet                    

Basisinformatie over de Extensie

Naam Magnet Links for Torrentz2 Magnet Links for Torrentz2
ID hkobljcmoojndbempmmgagaphocpmkni
Officiële URL https://chrome.google.com/webstore/detail/magnet-links-for-torrentz/hkobljcmoojndbempmmgagaphocpmkni
Beschrijving Adds magnet links to torrent files on Torrentz2.
Bestandsgrootte 10.07 KB
Aantal Installaties 7,819
Huidige Versie 0.9.5-t2
Laatst Bijgewerkt 2016-08-24
Publicatiedatum 2016-08-24
Beoordeling 4.60/5 Totaal 35 Beoordelingen
Ontwikkelaar blahblahblahblha303
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://b303.me/chromestoreprivacy.html
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/torrentz.eu\/*",
                "*:\/\/torrentz.ch\/*",
                "*:\/\/torrentz.me\/*",
                "*:\/\/torrentz.in\/*",
                "*:\/\/torrentz.com\/*",
                "*:\/\/torrentz2.eu\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Adds magnet links to torrent files on Torrentz2.",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "Magnet Links for Torrentz2",
    "version": "0.10.5",
    "version_name": "0.9.5-t2",
    "web_accessible_resources": [
        "icon16.png"
    ]
}