MTG Prices by MTGGoldfish

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

Co to jest MTG Prices by MTGGoldfish?

MTG Prices by MTGGoldfish to rozszerzenie Chrome opracowane przez https://mtggoldfish.com, a jego główną funkcją jest „Magic: the Gathering ONLINE and PAPER prices, and card images.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MTG Prices by MTGGoldfish

Pobierz pliki rozszerzeń MTG Prices by MTGGoldfish w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa MTG Prices by MTGGoldfish MTG Prices by MTGGoldfish
ID bneckalmjgjiocbgannjaffookadphna
Oficjalny URL https://chromewebstore.google.com/detail/mtg-prices-by-mtggoldfish/bneckalmjgjiocbgannjaffookadphna
Opis Magic: the Gathering ONLINE and PAPER prices, and card images.
Rozmiar pliku 218 KB
Liczba instalacji 1,081
Aktualna Wersja 0.4.11
Ostatnia Aktualizacja 2017-02-17
Data Publikacji 2017-02-17
Ocena 3.32/5 Łącznie 19 Oceny
Deweloper https://mtggoldfish.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.mtggoldfish.com
Adres URL Strony Polityki Prywatności http://www.mtggoldfish.com/policies/privacy
Obsługiwane Języki 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
    }
}