CardSpotter (Magic Card Spotter)
Automatic card image tooltips for MTG video streams.
ما هو CardSpotter (Magic Card Spotter)؟
CardSpotter (Magic Card Spotter) هو إضافة Chrome تم تطويرها بواسطة Jonas، والميزة الرئيسية لها هي "Automatic card image tooltips for MTG video streams.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة CardSpotter (Magic Card Spotter)
قم بتنزيل ملفات الامتداد CardSpotter (Magic Card Spotter) بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | https://github.com/relgin/cardspotter |
عنوان صفحة سياسة الخصوصية | 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" ] } |