Magic the Gathering Random Card
Extension for your hometab stay more pretty.
Magic the Gathering Random Card là gì?
Magic the Gathering Random Card là một tiện ích mở rộng Chrome được phát triển bởi LUIZ PAULO DE LIMA CORREIA VALENCA, và tính năng chính của nó là "Extension for your hometab stay more pretty.".
Ả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 the Gathering Random Card
Tải xuống các tệp mở rộng Magic the Gathering Random Card 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
Explore Magic the Gathering cards in your new tabs with this extension. It was created for avid Magic the Gathering fans who always want to stay connected to the card game. If you appreciate the captivating arts and the gameplay of MTG, this extension is perfect for you. Version 2.0.3 has been released! Encountered any issues? Please report them to us. Notes: This is not an official extension. It was developed using open-source technologies and an open API REST. Therefore, it is free for everyone to use without any costs or purchases. All rights reserved to Wizards of the Coast LLC, a subsidiary of Hasbro, Inc. Information: Created by Luiz Paulo Valença Twitter: @papaulov API REST provided by Scryfall (https://scryfall.com/)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Magic the Gathering Random Card |
ID | hlacgeakpipeoclkgokgockcojcledlg |
URL Chính Thức | https://chromewebstore.google.com/detail/magic-the-gathering-rando/hlacgeakpipeoclkgokgockcojcledlg |
Mô tả | Extension for your hometab stay more pretty. |
Kích Thước Tệp | 222 KB |
Số Lần Cài Đặt | 212 |
Phiên Bản Hiện Tại | 2.0.3 |
Cập Nhật Lần Cuối | 2023-06-12 |
Ngày Phát Hành | 2020-07-09 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | LUIZ PAULO DE LIMA CORREIA VALENCA |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/luizpaulo165/mtgat_random_card |
URL Trang Trợ Giúp | https://twitter.com/papaulov |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magic the Gathering Random Card", "description": "Extension for your hometab stay more pretty.", "version": "2.0.3", "manifest_version": 3, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "service_worker": "background.js" }, "chrome_url_overrides": { "newtab": "tab\/tab.html" } } |