CardSpotter (Magic Card Spotter)
Automatic card image tooltips for MTG video streams.
What is CardSpotter (Magic Card Spotter)?
CardSpotter (Magic Card Spotter) is a Chrome extension developed by Jonas, and its main feature is "Automatic card image tooltips for MTG video streams.".
Extension Screenshots
Download CardSpotter (Magic Card Spotter) Extension CRX File
Download CardSpotter (Magic Card Spotter) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Magic CardSpotter shows card image tooltips for
Extension Basic Information
Name | CardSpotter (Magic Card Spotter) |
ID | doahjhcfgmfpebgljcnhjajkpbkjbndf |
Official URL | https://chromewebstore.google.com/detail/cardspotter-magic-card-sp/doahjhcfgmfpebgljcnhjajkpbkjbndf |
Description | Automatic card image tooltips for MTG video streams. |
File Size | 8.42 MB |
Installation Count | 444 |
Current Version | 3.16 |
Last Updated | 2021-07-13 |
Publish Date | 2020-04-21 |
Rating | 4.56/5 Total 9 Ratings |
Developer | Jonas |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/relgin/cardspotter |
Help Page URL | https://github.com/relgin/cardspotter |
Privacy Policy Page URL | https://github.com/relgin/cardspotter/blob/master/MagicCardSpotter/cardspotter_privacy_policy.txt |
Supported Languages | 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" ] } |