Magic the Gathering Random Card

Extension for your hometab stay more pretty.

Qu'est-ce que Magic the Gathering Random Card ?

Magic the Gathering Random Card est une extension Chrome développée par LUIZ PAULO DE LIMA CORREIA VALENCA, et sa fonction principale est "Extension for your hometab stay more pretty.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Magic the Gathering Random Card

Téléchargez les fichiers d'extension Magic the Gathering Random Card au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Magic the Gathering Random Card Magic the Gathering Random Card
ID hlacgeakpipeoclkgokgockcojcledlg
URL Officiel https://chromewebstore.google.com/detail/magic-the-gathering-rando/hlacgeakpipeoclkgokgockcojcledlg
Description Extension for your hometab stay more pretty.
Taille du Fichier 222 KB
Nombre d'Installations 212
Version Actuelle 2.0.3
Dernière Mise à Jour 2023-06-12
Date de Publication 2020-07-09
Évaluation 5.00/5 Total 3 Évaluations
Développeur LUIZ PAULO DE LIMA CORREIA VALENCA
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/luizpaulo165/mtgat_random_card
URL de la Page d'Aide https://twitter.com/papaulov
Langues Prises en Charge 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"
    }
}