Magic the Gathering Random Card
Extension for your hometab stay more pretty.
Was ist Magic the Gathering Random Card?
Magic the Gathering Random Card ist eine Chrome-Erweiterung, die von LUIZ PAULO DE LIMA CORREIA VALENCA entwickelt wurde, und ihr Hauptmerkmal ist "Extension for your hometab stay more pretty.".
Erweiterungsscreenshots
Magic the Gathering Random Card-Erweiterungs-CRX-Datei herunterladen
Laden Sie Magic the Gathering Random Card-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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/)
Grundlegende Informationen zur Erweiterung
Name | Magic the Gathering Random Card |
ID | hlacgeakpipeoclkgokgockcojcledlg |
Offizielle URL | https://chromewebstore.google.com/detail/magic-the-gathering-rando/hlacgeakpipeoclkgokgockcojcledlg |
Beschreibung | Extension for your hometab stay more pretty. |
Dateigröße | 222 KB |
Installationsanzahl | 212 |
Aktuelle Version | 2.0.3 |
Letztes Update | 2023-06-12 |
Veröffentlichungsdatum | 2020-07-09 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | LUIZ PAULO DE LIMA CORREIA VALENCA |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/luizpaulo165/mtgat_random_card |
Hilfeseite URL | https://twitter.com/papaulov |
Unterstützte Sprachen | 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" } } |