Magic Card Zoom
Identify Magic: The Gathering™ cards in videos and streams
Magic Card Zoom là gì?
Magic Card Zoom là một tiện ích mở rộng Chrome được phát triển bởi MagicCardZoom, và tính năng chính của nó là "Identify Magic: The Gathering™ cards in videos and 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 Magic Card Zoom
Tải xuống các tệp mở rộng Magic Card Zoom 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
Chrome extension to identify Magic: The Gathering™ cards in videos and streams. Simply hover your mouse over any card to get a high definition visual. === Updates === [2023-01-30] Version 3.2.4 - Add banner to popup explaining I'm about to stop maintaining the extension [2022-09-01] Version 3.2.3 - Add sets up to Dominaria United - Refactor the offline indexing code, removed dependencies - Fix extension button not always working [2021-11-02] Version 3.2.2 - Add Innistrad: Midnight Hunt set [2021-07-18] Version 3.2.1 - Add D&D Adventures in the Forgotten Realms set [2021-04-26] Version 3.2 - Support multiple videos on the same page, such as on SpellTable.com - Add Strixhaven set [2020-02-09] Version 3.1.3 - Add Kaldheim set [2020-09-05] Version 3.1.2 - Add Zendikar Rising set - starter sets are now included (e.g. Arena Beginner Set) [2020-08-09] Version 3.1.1 - Use simpler Scryfall API to render cards - Add Core Set 2021 set [2020-05-01] Version 3.1 - Add the Modern Masters and Modern Horizons sets to the Modern format [2020-04-10] Version 3.0 - Expanded the list of cards to include all cards ever printed! You can now choose formats such as Pioneer, Modern, Vintage or Commander, in addition to the Standard formats. This was made possible by optimizing the detection algorithms and refactoring the extension's internal messaging system. Please keep in mind that a smaller pool of cards gives faster and more accurate results, so pick a smaller pool when possible. - Added Ikoria: Lair of Behemoths set [2020-01-14] Version 2.0.3 - Added Theros Beyond Death set [2019-11-11] Version 2.0.2 - Added Eldritch Moon set - Fixed memory leak that crashed the extension after a while - Fixed fullscreen on Twitch [2019-10-13] Version 2.0 - You can now use MagicCardZoom on any video/stream on the web, including Twitch! === How to use === 1. Install the extension 2. Go to a video/stream showing a game of Magic (e.g. https://youtu.be/cKPaR2uSpPk?t=222) 3. Click on the extension icon in the top right corner of the browser 4. Select the appropriate pool of cards for the game (best guess will be selected by default), then click on "Start MagicCardZoom" 5. Hover your mouse over any card in the video to get a high definition visual of the card (works best when hovering over the card's art) To stop running the extension, click on the extension icon, then click on "Stop MagicCardZoom". The extension will also stop when closing the tab or navigating to a new page. === Limitations === Identification of the correct card depends on how recognisable the card's artwork is, therefore strong light reflection or obstructions (e.g. by dice or other cards) will cause some cards to not be identified. Also keep in mind that the number of cards in the pool has a direct impact on the accuracy of the detection, therefore the extension will work better on smaller formats such as Standard or Pioneer as opposed to larger formats such as Modern, Vintage or Commander. === Feedback / contribute === Please submit any feedback, questions or issues you have to [email protected], or use the feedback link in the extension popup. Also, this extension is Open Source and you are welcome to contribute: https://github.com/arnaudh/magic-card-zoom === Disclaimer === MagicCardZoom is unofficial Fan Content permitted under the Fan Content Policy. Not approved/endorsed by Wizards. Portions of the materials used are property of Wizards of the Coast. ©Wizards of the Coast LLC.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Magic Card Zoom |
ID | cphkchmjhpgjajfogfkolbgageciokda |
URL Chính Thức | https://chromewebstore.google.com/detail/magic-card-zoom/cphkchmjhpgjajfogfkolbgageciokda |
Mô tả | Identify Magic: The Gathering™ cards in videos and streams |
Kích Thước Tệp | 138 MB |
Số Lần Cài Đặt | 214 |
Phiên Bản Hiện Tại | 3.2.4 |
Cập Nhật Lần Cuối | 2023-01-31 |
Ngày Phát Hành | 2020-05-01 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | MagicCardZoom |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://docs.google.com/forms/d/e/1FAIpQLSc74wD1PziO3uHVpGuEHrQj9vrd_EMKhSxVJhtaJDyT42ELTQ/viewform?usp=sf_link |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magic Card Zoom", "version": "3.2.4", "manifest_version": 2, "description": "Identify Magic: The Gathering\u2122 cards in videos and streams", "icons": { "128": "icon128.png" }, "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "declarativeContent", "activeTab" ], "page_action": { "default_icon": "icon128.png", "default_title": "MagicCardZoom", "default_popup": "popup.html" }, "web_accessible_resources": [ "*.gif", "*.png" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |