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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |