CardSpotter (Magic Card Spotter)
Automatic card image tooltips for MTG video streams.
CardSpotter (Magic Card Spotter) क्या है?
CardSpotter (Magic Card Spotter) Jonas द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatic card image tooltips for MTG video streams."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CardSpotter (Magic Card Spotter) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Magic CardSpotter shows card image tooltips for
एक्सटेंशन की मूल जानकारी
नाम | CardSpotter (Magic Card Spotter) |
ID | doahjhcfgmfpebgljcnhjajkpbkjbndf |
आधिकारिक URL | https://chromewebstore.google.com/detail/cardspotter-magic-card-sp/doahjhcfgmfpebgljcnhjajkpbkjbndf |
विवरण | Automatic card image tooltips for MTG video streams. |
फ़ाइल का आकार | 8.42 MB |
स्थापना संख्या | 444 |
वर्तमान संस्करण | 3.16 |
अंतिम अपडेट | 2021-07-13 |
प्रकाशन तिथि | 2020-04-21 |
रेटिंग | 4.56/5 कुल 9 रेटिंग्स |
डेवलपर | Jonas |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/relgin/cardspotter |
सहायता पृष्ठ URL | https://github.com/relgin/cardspotter |
गोपनीयता नीति पृष्ठ URL | https://github.com/relgin/cardspotter/blob/master/MagicCardSpotter/cardspotter_privacy_policy.txt |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "persistent": true, "scripts": [ "background.js", "worker_proxy.js" ] }, "browser_action": { "default_icon": "csLogo128.png", "default_title": "Magic CardSpotter" }, "description": "Automatic card image tooltips for MTG video streams.", "icons": { "128": "csLogo128.png", "16": "csLogo16.png", "48": "csLogo48.png" }, "manifest_version": 2, "name": "CardSpotter (Magic Card Spotter)", "options_ui": { "chrome_style": true, "page": "options.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "activeTab" ], "short_name": "CardSpotter", "version": "3.16", "web_accessible_resources": [ "worker_proxy.html", "content_script.css", "worker.js", "cardspotter.js", "magic.db", "cardspotter.wasm", "content_script.js", "options.js", "options.html", "css\/materialdesignicons.min.css", "images\/*", "fonts\/*", "csLogo16.png", "cardspottername.png" ] } |