MTG Prices by MTGGoldfish

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

¿Qué es MTG Prices by MTGGoldfish?

MTG Prices by MTGGoldfish es una extensión de Chrome desarrollada por https://mtggoldfish.com, y su función principal es "Magic: the Gathering ONLINE and PAPER prices, and card images.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MTG Prices by MTGGoldfish

Descarga archivos de extensión MTG Prices by MTGGoldfish en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre MTG Prices by MTGGoldfish MTG Prices by MTGGoldfish
ID bneckalmjgjiocbgannjaffookadphna
URL Oficial https://chromewebstore.google.com/detail/mtg-prices-by-mtggoldfish/bneckalmjgjiocbgannjaffookadphna
Descripción Magic: the Gathering ONLINE and PAPER prices, and card images.
Tamaño del Archivo 218 KB
Cantidad de Instalaciones 1,081
Versión Actual 0.4.11
Última Actualización 2017-02-17
Fecha de Publicación 2017-02-17
Calificación 3.32/5 Total de 19 Calificaciones
Desarrollador https://mtggoldfish.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.mtggoldfish.com
URL de la Página de Política de Privacidad http://www.mtggoldfish.com/policies/privacy
Idiomas Soportados 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
    }
}