Torrent magnet finder

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

Co je Torrent magnet finder?

Torrent magnet finder je rozšíření Chrome vyvinuté thereis, a jeho hlavní funkcí je „It goes through the html page content searching for magnet links.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Torrent magnet finder

Stáhněte si soubory rozšíření Torrent magnet finder ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Torrent magnet finder Torrent magnet finder
ID egeneelmedfcnakdkkpoflpfiogmgjhk
Oficiální URL https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk
Popis It goes through the html page content searching for magnet links.
Velikost souboru 17.56 KB
Počet instalací 4,537
Aktuální Verze 1.0.0
Poslední Aktualizace 2019-03-11
Datum Vydání 2019-03-10
Hodnocení 2.20/5 Celkem 5 Hodnocení
Vývojář thereis
Typ Platby free
Webové stránky Rozšíření https://github.com/thereis/chrome-magnet-finder
URL Stránky Nápovědy https://github.com/thereis/chrome-magnet-finder
Podporované Jazyky 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"
    ]
}