MTG Prices by MTGGoldfish

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

Cos'è MTG Prices by MTGGoldfish?

MTG Prices by MTGGoldfish è un'estensione di Chrome sviluppata da https://mtggoldfish.com, e la sua funzione principale è "Magic: the Gathering ONLINE and PAPER prices, and card images.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione MTG Prices by MTGGoldfish

Scarica i file di estensione MTG Prices by MTGGoldfish in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome MTG Prices by MTGGoldfish MTG Prices by MTGGoldfish
ID bneckalmjgjiocbgannjaffookadphna
URL Ufficiale https://chromewebstore.google.com/detail/mtg-prices-by-mtggoldfish/bneckalmjgjiocbgannjaffookadphna
Descrizione Magic: the Gathering ONLINE and PAPER prices, and card images.
Dimensione del File 218 KB
Conteggio Installazioni 1,081
Versione Corrente 0.4.11
Ultimo Aggiornamento 2017-02-17
Data di Pubblicazione 2017-02-17
Valutazione 3.32/5 Totale 19 Valutazioni
Sviluppatore https://mtggoldfish.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.mtggoldfish.com
URL della Pagina della Politica sulla Privacy http://www.mtggoldfish.com/policies/privacy
Lingue Supportate 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
    }
}