MTG Prices by MTGGoldfish

Magic: the Gathering ONLINE and PAPER prices, and card images.

Что такое MTG Prices by MTGGoldfish?

MTG Prices by MTGGoldfish - это расширение Chrome, разработанное https://mtggoldfish.com, и его основная функция - "Magic: the Gathering ONLINE and PAPER prices, and card images.".

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

screenshot
screenshot
screenshot

Скачать файл CRX расширения MTG Prices by MTGGoldfish

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

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

                        Automatically add Magic: the Gathering card images and prices popups to websites. This official MTGGoldfish extension gives you quick access to both ONLINE and PAPER prices from vendors such as Ebay, TCGPlayer, Amazon.com and Cardhoarder.

FEATURES

* Automatically add popups containing card images and ONLINE and PAPER prices
* Highlight decks and view on MTGGoldfish
* Highlight card names and search on MTGGoldfish
* Disable/Enable extension on certain pages and domains                    

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

Название MTG Prices by MTGGoldfish MTG Prices by MTGGoldfish
ID bneckalmjgjiocbgannjaffookadphna
Официальный URL https://chromewebstore.google.com/detail/mtg-prices-by-mtggoldfish/bneckalmjgjiocbgannjaffookadphna
Описание Magic: the Gathering ONLINE and PAPER prices, and card images.
Размер файла 218 KB
Количество установок 1,081
Текущая Версия 0.4.11
Последнее Обновление 2017-02-17
Дата публикации 2017-02-17
Рейтинг 3.32/5 Всего 19 оценок
Разработчик https://mtggoldfish.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.mtggoldfish.com
URL страницы политики конфиденциальности http://www.mtggoldfish.com/policies/privacy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MTG Prices by MTGGoldfish",
    "short_name": "MTGGoldfish",
    "description": "Magic: the Gathering ONLINE and PAPER prices, and card images.",
    "version": "0.4.11",
    "web_accessible_resources": [
        "cdb.json"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "jquery-2.1.1.min.js",
                "jquery.highlight.js",
                "jquery.hoverIntent.minified.js",
                "common.js",
                "content_script.js",
                "bootstrap.min.js"
            ],
            "css": [
                "bootstrap.min.css",
                "mtggoldfish.css"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery-2.1.1.min.js",
            "common.js",
            "background.js",
            "context_menu.js"
        ],
        "persistent": false
    }
}