CardSpotter (Magic Card Spotter)

Automatic card image tooltips for MTG video streams.

Qu'est-ce que CardSpotter (Magic Card Spotter) ?

CardSpotter (Magic Card Spotter) est une extension Chrome développée par Jonas, et sa fonction principale est "Automatic card image tooltips for MTG video streams.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension CardSpotter (Magic Card Spotter)

Téléchargez les fichiers d'extension CardSpotter (Magic Card Spotter) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Magic CardSpotter shows card image tooltips for 

Informations de Base sur l'Extension

Nom CardSpotter (Magic Card Spotter) CardSpotter (Magic Card Spotter)
ID doahjhcfgmfpebgljcnhjajkpbkjbndf
URL Officiel https://chromewebstore.google.com/detail/cardspotter-magic-card-sp/doahjhcfgmfpebgljcnhjajkpbkjbndf
Description Automatic card image tooltips for MTG video streams.
Taille du Fichier 8.42 MB
Nombre d'Installations 444
Version Actuelle 3.16
Dernière Mise à Jour 2021-07-13
Date de Publication 2020-04-21
Évaluation 4.56/5 Total 9 Évaluations
Développeur Jonas
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/relgin/cardspotter
URL de la Page d'Aide https://github.com/relgin/cardspotter
URL de la Page de Politique de Confidentialité https://github.com/relgin/cardspotter/blob/master/MagicCardSpotter/cardspotter_privacy_policy.txt
Langues Prises en Charge 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"
    ]
}