CardSpotter (Magic Card Spotter)
Automatic card image tooltips for MTG video streams.
CardSpotter (Magic Card Spotter) là gì?
CardSpotter (Magic Card Spotter) là một tiện ích mở rộng Chrome được phát triển bởi Jonas, và tính năng chính của nó là "Automatic card image tooltips for MTG video streams.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng CardSpotter (Magic Card Spotter)
Tải xuống các tệp mở rộng CardSpotter (Magic Card Spotter) dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Magic CardSpotter shows card image tooltips for
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | CardSpotter (Magic Card Spotter) |
ID | doahjhcfgmfpebgljcnhjajkpbkjbndf |
URL Chính Thức | https://chromewebstore.google.com/detail/cardspotter-magic-card-sp/doahjhcfgmfpebgljcnhjajkpbkjbndf |
Mô tả | Automatic card image tooltips for MTG video streams. |
Kích Thước Tệp | 8.42 MB |
Số Lần Cài Đặt | 444 |
Phiên Bản Hiện Tại | 3.16 |
Cập Nhật Lần Cuối | 2021-07-13 |
Ngày Phát Hành | 2020-04-21 |
Đánh Giá | 4.56/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Jonas |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/relgin/cardspotter |
URL Trang Trợ Giúp | https://github.com/relgin/cardspotter |
URL Trang Chính Sách Bảo Mật | https://github.com/relgin/cardspotter/blob/master/MagicCardSpotter/cardspotter_privacy_policy.txt |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |