CardSpotter (Magic Card Spotter)
Automatic card image tooltips for MTG video streams.
什么是CardSpotter (Magic Card Spotter)?
CardSpotter (Magic Card Spotter)是由Jonas开发的Chrome扩展程序,该扩展的主要功能是“Automatic card image tooltips for MTG video streams.”。
扩展截图
下载CardSpotter (Magic Card Spotter)扩展crx文件
下载CardSpotter (Magic Card Spotter)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Magic CardSpotter shows card image tooltips for
扩展基本信息
名称 | CardSpotter (Magic Card Spotter) |
ID | doahjhcfgmfpebgljcnhjajkpbkjbndf |
官方URL | https://chromewebstore.google.com/detail/cardspotter-magic-card-sp/doahjhcfgmfpebgljcnhjajkpbkjbndf |
简介 | Automatic card image tooltips for MTG video streams. |
文件大小 | 8.42 MB |
安装次数 | 444 |
当前版本 | 3.16 |
更新时间 | 2021-07-13 |
上架时间 | 2020-04-21 |
评分 | 4.56/5 共9次评分 |
开发者 | Jonas |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/relgin/cardspotter |
帮助页面URL | https://github.com/relgin/cardspotter |
隐私政策页面URL | https://github.com/relgin/cardspotter/blob/master/MagicCardSpotter/cardspotter_privacy_policy.txt |
支持的语言 | 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" ] } |