Better Cardmarket (MTG) unofficial

optimizing function and design of cardmarket.com

Что такое Better Cardmarket (MTG) unofficial?

Better Cardmarket (MTG) unofficial - это расширение Chrome, разработанное Unknown, и его основная функция - "optimizing function and design of cardmarket.com".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Better Cardmarket (MTG) unofficial

Скачайте файлы расширений Better Cardmarket (MTG) unofficial в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        A unofficial browser extensions for optimizing design and functions of cardmarket.com

Features:

- added small preview images to cardmarket
- added a button to magiccards.info to search for cardmarket prices

Please help improving this addon and contribute at github: https://github.com/newsfusion/better-cardmarket                    

Основная информация о расширении

Название Better Cardmarket (MTG) unofficial Better Cardmarket (MTG) unofficial
ID fplghokcfgbdedalpmbmjlafpagclbef
Официальный URL https://chromewebstore.google.com/detail/better-cardmarket-mtg-uno/fplghokcfgbdedalpmbmjlafpagclbef
Описание optimizing function and design of cardmarket.com
Размер файла 116 KB
Количество установок 55
Текущая Версия 0.0.3
Последнее Обновление 2018-03-15
Дата публикации 2018-03-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Cardmarket (MTG) unofficial",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "optimizing function and design of cardmarket.com",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.cardmarket.com\/*",
                "https:\/\/magiccards.info\/*"
            ],
            "js": [
                "scripts\/lib\/jquery-3.3.1.min.js",
                "scripts\/cardmarket.js"
            ],
            "css": [
                "styles\/cardmarket.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/magiccards.info\/*"
            ],
            "js": [
                "scripts\/lib\/jquery-3.3.1.min.js",
                "scripts\/magiccardsinfo.js"
            ],
            "css": [
                "styles\/magiccardsinfo.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}