CardSpotter (Magic Card Spotter)

Automatic card image tooltips for MTG video streams.

Apa itu CardSpotter (Magic Card Spotter)?

CardSpotter (Magic Card Spotter) adalah ekstensi Chrome yang dikembangkan oleh Jonas, dan fitur utamanya adalah "Automatic card image tooltips for MTG video streams.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CardSpotter (Magic Card Spotter)

Unduh file ekstensi CardSpotter (Magic Card Spotter) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Magic CardSpotter shows card image tooltips for 

Informasi Dasar Ekstensi

Nama CardSpotter (Magic Card Spotter) CardSpotter (Magic Card Spotter)
ID doahjhcfgmfpebgljcnhjajkpbkjbndf
URL Resmi https://chromewebstore.google.com/detail/cardspotter-magic-card-sp/doahjhcfgmfpebgljcnhjajkpbkjbndf
Deskripsi Automatic card image tooltips for MTG video streams.
Ukuran File 8.42 MB
Jumlah Instalasi 444
Versi Saat Ini 3.16
Terakhir Diperbarui 2021-07-13
Tanggal Publikasi 2020-04-21
Penilaian 4.56/5 Total 9 Penilaian
Pengembang Jonas
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/relgin/cardspotter
URL Halaman Bantuan https://github.com/relgin/cardspotter
URL Halaman Kebijakan Privasi https://github.com/relgin/cardspotter/blob/master/MagicCardSpotter/cardspotter_privacy_policy.txt
Bahasa yang Didukung 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"
    ]
}