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"
    ]
}