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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" } } |