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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |