Torrent magnet finder

It goes through the html page content searching for magnet links.

Wat is Torrent magnet finder?

Torrent magnet finder is een Chrome-extensie ontwikkeld door thereis, en de belangrijkste functie is "It goes through the html page content searching for magnet links.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Torrent magnet finder

Download Torrent magnet finder-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

                        This plugin it will get automatically the magnet links available on the active tab, avoiding some website ads.                    

Basisinformatie over de Extensie

Naam Torrent magnet finder Torrent magnet finder
ID egeneelmedfcnakdkkpoflpfiogmgjhk
Officiële URL https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk
Beschrijving It goes through the html page content searching for magnet links.
Bestandsgrootte 17.56 KB
Aantal Installaties 4,537
Huidige Versie 1.0.0
Laatst Bijgewerkt 2019-03-11
Publicatiedatum 2019-03-10
Beoordeling 2.20/5 Totaal 5 Beoordelingen
Ontwikkelaar thereis
Betalingswijze free
Extensiewebsite https://github.com/thereis/chrome-magnet-finder
Help Pagina-URL https://github.com/thereis/chrome-magnet-finder
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torrent magnet finder",
    "version": "1.0.0",
    "description": "It goes through the html page content searching for magnet links.",
    "content_scripts": [],
    "icons": {
        "16": "assets\/imgs\/16.png",
        "48": "assets\/imgs\/48.png",
        "128": "assets\/imgs\/128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/imgs\/16.png",
            "48": "assets\/imgs\/48.png",
            "128": "assets\/imgs\/128.png"
        },
        "default_popup": "popup.html"
    },
    "incognito": "split",
    "permissions": [
        "activeTab"
    ]
}