MTG Prices by MTGGoldfish

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

Qu'est-ce que MTG Prices by MTGGoldfish ?

MTG Prices by MTGGoldfish est une extension Chrome développée par https://mtggoldfish.com, et sa fonction principale est "Magic: the Gathering ONLINE and PAPER prices, and card images.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension MTG Prices by MTGGoldfish

Téléchargez les fichiers d'extension MTG Prices by MTGGoldfish au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom MTG Prices by MTGGoldfish MTG Prices by MTGGoldfish
ID bneckalmjgjiocbgannjaffookadphna
URL Officiel https://chromewebstore.google.com/detail/mtg-prices-by-mtggoldfish/bneckalmjgjiocbgannjaffookadphna
Description Magic: the Gathering ONLINE and PAPER prices, and card images.
Taille du Fichier 218 KB
Nombre d'Installations 1,081
Version Actuelle 0.4.11
Dernière Mise à Jour 2017-02-17
Date de Publication 2017-02-17
Évaluation 3.32/5 Total 19 Évaluations
Développeur https://mtggoldfish.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.mtggoldfish.com
URL de la Page de Politique de Confidentialité http://www.mtggoldfish.com/policies/privacy
Langues Prises en Charge 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
    }
}