Magic the Gathering Random Card
Extension for your hometab stay more pretty.
Magic the Gathering Random Card क्या है?
Magic the Gathering Random Card LUIZ PAULO DE LIMA CORREIA VALENCA द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for your hometab stay more pretty."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Magic the Gathering Random Card एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |