CardSpotter (Magic Card Spotter)
Automatic card image tooltips for MTG video streams.
Wat is CardSpotter (Magic Card Spotter)?
CardSpotter (Magic Card Spotter) is een Chrome-extensie ontwikkeld door Jonas, en de belangrijkste functie is "Automatic card image tooltips for MTG video streams.".
Extensie Screenshots
Download het CRX-bestand van de extensie CardSpotter (Magic Card Spotter)
Download CardSpotter (Magic Card Spotter)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Magic CardSpotter shows card image tooltips for Basisinformatie over de Extensie
| Naam | |
| ID | doahjhcfgmfpebgljcnhjajkpbkjbndf |
| Officiële URL | https://chromewebstore.google.com/detail/cardspotter-magic-card-sp/doahjhcfgmfpebgljcnhjajkpbkjbndf |
| Beschrijving | Automatic card image tooltips for MTG video streams. |
| Bestandsgrootte | 8.42 MB |
| Aantal Installaties | 444 |
| Huidige Versie | 3.16 |
| Laatst Bijgewerkt | 2021-07-13 |
| Publicatiedatum | 2020-04-21 |
| Beoordeling | 4.56/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | Jonas |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/relgin/cardspotter |
| Help Pagina-URL | https://github.com/relgin/cardspotter |
| URL van de Privacybeleid Pagina | https://github.com/relgin/cardspotter/blob/master/MagicCardSpotter/cardspotter_privacy_policy.txt |
| Ondersteunde Talen | 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"
]
} | |