CardSpotter (Magic Card Spotter)

Automatic card image tooltips for MTG video streams.

¿Qué es CardSpotter (Magic Card Spotter)?

CardSpotter (Magic Card Spotter) es una extensión de Chrome desarrollada por Jonas, y su función principal es "Automatic card image tooltips for MTG video streams.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión CardSpotter (Magic Card Spotter)

Descarga archivos de extensión CardSpotter (Magic Card Spotter) 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

                        Magic CardSpotter shows card image tooltips for 

Información Básica de la Extensión

Nombre CardSpotter (Magic Card Spotter) CardSpotter (Magic Card Spotter)
ID doahjhcfgmfpebgljcnhjajkpbkjbndf
URL Oficial https://chromewebstore.google.com/detail/cardspotter-magic-card-sp/doahjhcfgmfpebgljcnhjajkpbkjbndf
Descripción Automatic card image tooltips for MTG video streams.
Tamaño del Archivo 8.42 MB
Cantidad de Instalaciones 444
Versión Actual 3.16
Última Actualización 2021-07-13
Fecha de Publicación 2020-04-21
Calificación 4.56/5 Total de 9 Calificaciones
Desarrollador Jonas
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/relgin/cardspotter
URL de la Página de Ayuda https://github.com/relgin/cardspotter
URL de la Página de Política de Privacidad https://github.com/relgin/cardspotter/blob/master/MagicCardSpotter/cardspotter_privacy_policy.txt
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": true,
        "scripts": [
            "background.js",
            "worker_proxy.js"
        ]
    },
    "browser_action": {
        "default_icon": "csLogo128.png",
        "default_title": "Magic CardSpotter"
    },
    "description": "Automatic card image tooltips for MTG video streams.",
    "icons": {
        "128": "csLogo128.png",
        "16": "csLogo16.png",
        "48": "csLogo48.png"
    },
    "manifest_version": 2,
    "name": "CardSpotter (Magic Card Spotter)",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "activeTab"
    ],
    "short_name": "CardSpotter",
    "version": "3.16",
    "web_accessible_resources": [
        "worker_proxy.html",
        "content_script.css",
        "worker.js",
        "cardspotter.js",
        "magic.db",
        "cardspotter.wasm",
        "content_script.js",
        "options.js",
        "options.html",
        "css\/materialdesignicons.min.css",
        "images\/*",
        "fonts\/*",
        "csLogo16.png",
        "cardspottername.png"
    ]
}