CardSpotter (Magic Card Spotter)

Automatic card image tooltips for MTG video streams.

O que é CardSpotter (Magic Card Spotter)?

CardSpotter (Magic Card Spotter) é uma extensão do Chrome desenvolvida por Jonas, e sua principal característica é "Automatic card image tooltips for MTG video streams.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CardSpotter (Magic Card Spotter)

Baixe arquivos de extensão CardSpotter (Magic Card Spotter) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Magic CardSpotter shows card image tooltips for 

Informações Básicas da Extensão

Nome CardSpotter (Magic Card Spotter) CardSpotter (Magic Card Spotter)
ID doahjhcfgmfpebgljcnhjajkpbkjbndf
URL Oficial https://chromewebstore.google.com/detail/cardspotter-magic-card-sp/doahjhcfgmfpebgljcnhjajkpbkjbndf
Descrição Automatic card image tooltips for MTG video streams.
Tamanho do Arquivo 8.42 MB
Contagem de Instalações 444
Versão Atual 3.16
Última Atualização 2021-07-13
Data de Publicação 2020-04-21
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor Jonas
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/relgin/cardspotter
URL da Página de Ajuda https://github.com/relgin/cardspotter
URL da Página de Política de Privacidade https://github.com/relgin/cardspotter/blob/master/MagicCardSpotter/cardspotter_privacy_policy.txt
Idiomas Suportados 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"
    ]
}