CardSpotter (Magic Card Spotter)
Automatic card image tooltips for MTG video streams.
Cos'è CardSpotter (Magic Card Spotter)?
CardSpotter (Magic Card Spotter) è un'estensione di Chrome sviluppata da Jonas, e la sua funzione principale è "Automatic card image tooltips for MTG video streams.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione CardSpotter (Magic Card Spotter)
Scarica i file di estensione CardSpotter (Magic Card Spotter) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Magic CardSpotter shows card image tooltips for Informazioni di Base sull'Estensione
| Nome | |
| ID | doahjhcfgmfpebgljcnhjajkpbkjbndf |
| URL Ufficiale | https://chromewebstore.google.com/detail/cardspotter-magic-card-sp/doahjhcfgmfpebgljcnhjajkpbkjbndf |
| Descrizione | Automatic card image tooltips for MTG video streams. |
| Dimensione del File | 8.42 MB |
| Conteggio Installazioni | 444 |
| Versione Corrente | 3.16 |
| Ultimo Aggiornamento | 2021-07-13 |
| Data di Pubblicazione | 2020-04-21 |
| Valutazione | 4.56/5 Totale 9 Valutazioni |
| Sviluppatore | Jonas |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/relgin/cardspotter |
| URL della Pagina di Aiuto | https://github.com/relgin/cardspotter |
| URL della Pagina della Politica sulla Privacy | https://github.com/relgin/cardspotter/blob/master/MagicCardSpotter/cardspotter_privacy_policy.txt |
| Lingue Supportate | 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"
]
} | |