Magic the Gathering Random Card

Extension for your hometab stay more pretty.

O que é Magic the Gathering Random Card?

Magic the Gathering Random Card é uma extensão do Chrome desenvolvida por LUIZ PAULO DE LIMA CORREIA VALENCA, e sua principal característica é "Extension for your hometab stay more pretty.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Magic the Gathering Random Card

Baixe arquivos de extensão Magic the Gathering Random Card no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/)                    

Informações Básicas da Extensão

Nome Magic the Gathering Random Card Magic the Gathering Random Card
ID hlacgeakpipeoclkgokgockcojcledlg
URL Oficial https://chromewebstore.google.com/detail/magic-the-gathering-rando/hlacgeakpipeoclkgokgockcojcledlg
Descrição Extension for your hometab stay more pretty.
Tamanho do Arquivo 222 KB
Contagem de Instalações 212
Versão Atual 2.0.3
Última Atualização 2023-06-12
Data de Publicação 2020-07-09
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor LUIZ PAULO DE LIMA CORREIA VALENCA
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/luizpaulo165/mtgat_random_card
URL da Página de Ajuda https://twitter.com/papaulov
Idiomas Suportados 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"
    }
}