Magic the Gathering Random Card
Extension for your hometab stay more pretty.
Что такое Magic the Gathering Random Card?
Magic the Gathering Random Card - это расширение Chrome, разработанное LUIZ PAULO DE LIMA CORREIA VALENCA, и его основная функция - "Extension for your hometab stay more pretty.".
Снимки экрана расширения
Скачать файл CRX расширения Magic the Gathering Random Card
Скачайте файлы расширений Magic the Gathering Random Card в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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/)
Основная информация о расширении
Название | Magic the Gathering Random Card |
ID | hlacgeakpipeoclkgokgockcojcledlg |
Официальный URL | https://chromewebstore.google.com/detail/magic-the-gathering-rando/hlacgeakpipeoclkgokgockcojcledlg |
Описание | Extension for your hometab stay more pretty. |
Размер файла | 222 KB |
Количество установок | 212 |
Текущая Версия | 2.0.3 |
Последнее Обновление | 2023-06-12 |
Дата публикации | 2020-07-09 |
Рейтинг | 5.00/5 Всего 3 оценок |
Разработчик | LUIZ PAULO DE LIMA CORREIA VALENCA |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/luizpaulo165/mtgat_random_card |
URL страницы помощи | https://twitter.com/papaulov |
Поддерживаемые языки | 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" } } |