Yu-Gi-Oh! Official Database draw simulator
"Draw 5 cards" button for Yu-Gi-Oh! Card Database
Yu-Gi-Oh! Official Database draw simulator क्या है?
Yu-Gi-Oh! Official Database draw simulator potato4d द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है ""Draw 5 cards" button for Yu-Gi-Oh! Card Database"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Yu-Gi-Oh! Official Database draw simulator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Add a "Draw 5 card" button to the official Yu-Gi-Oh database. Adding this feature will allow for faster iterations of deck building.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ejjpkjcmmdbhadaanbpfonfobfkopedi |
आधिकारिक URL | https://chrome.google.com/webstore/detail/yu-gi-oh-official-databas/ejjpkjcmmdbhadaanbpfonfobfkopedi |
विवरण | "Draw 5 cards" button for Yu-Gi-Oh! Card Database |
फ़ाइल का आकार | 1.49 MB |
स्थापना संख्या | 71 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2022-08-14 |
प्रकाशन तिथि | 2021-06-24 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | potato4d |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/potato4d/ygo-db-draw-simulator |
सहायता पृष्ठ URL | https://github.com/potato4d/ygo-db-draw-simulator/issues |
समर्थित भाषाएँ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "0.2.1", "default_locale": "en", "manifest_version": 3, "icons": { "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.db.yugioh-card.com\/yugiohdb\/member_deck.action*" ], "js": [ "dist\/index.es.js" ], "css": [ ".\/style.css" ] } ], "permissions": [ "scripting" ] } |