Torrent magnet finder

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

¿Qué es Torrent magnet finder?

Torrent magnet finder es una extensión de Chrome desarrollada por thereis, y su función principal es "It goes through the html page content searching for magnet links.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Torrent magnet finder

Descarga archivos de extensión Torrent magnet finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Torrent magnet finder Torrent magnet finder
ID egeneelmedfcnakdkkpoflpfiogmgjhk
URL Oficial https://chromewebstore.google.com/detail/torrent-magnet-finder/egeneelmedfcnakdkkpoflpfiogmgjhk
Descripción It goes through the html page content searching for magnet links.
Tamaño del Archivo 17.56 KB
Cantidad de Instalaciones 4,537
Versión Actual 1.0.0
Última Actualización 2019-03-11
Fecha de Publicación 2019-03-10
Calificación 2.20/5 Total de 5 Calificaciones
Desarrollador thereis
Tipo de Pago free
Sitio Web de la Extensión https://github.com/thereis/chrome-magnet-finder
URL de la Página de Ayuda https://github.com/thereis/chrome-magnet-finder
Idiomas Soportados 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"
    ]
}