Magic Card Zoom
Identify Magic: The Gathering™ cards in videos and streams
Magic Card Zoomとは何ですか?
Magic Card ZoomはMagicCardZoomによって開発されたChromeの拡張機能で、その主な機能は「Identify Magic: The Gathering™ cards in videos and streams」です。
拡張機能のスクリーンショット
Magic Card Zoom拡張機能のCRXファイルをダウンロード
Magic Card Zoom拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Magic Card Zoom |
ID | cphkchmjhpgjajfogfkolbgageciokda |
公式URL | https://chromewebstore.google.com/detail/magic-card-zoom/cphkchmjhpgjajfogfkolbgageciokda |
説明 | Identify Magic: The Gathering™ cards in videos and streams |
ファイルサイズ | 138 MB |
インストール数 | 214 |
現在のバージョン | 3.2.4 |
最終更新日 | 2023-01-31 |
公開日 | 2020-05-01 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | MagicCardZoom |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://docs.google.com/forms/d/e/1FAIpQLSc74wD1PziO3uHVpGuEHrQj9vrd_EMKhSxVJhtaJDyT42ELTQ/viewform?usp=sf_link |
対応言語 | 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'" } |