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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CardSpotter (Magic Card Spotter)

ดาวน์โหลดไฟล์ส่วนขยาย CardSpotter (Magic Card Spotter) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Magic CardSpotter shows card image tooltips for 

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ CardSpotter (Magic Card Spotter) 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"
    ]
}