Better Cardmarket (MTG) unofficial

optimizing function and design of cardmarket.com

Qu'est-ce que Better Cardmarket (MTG) unofficial ?

Better Cardmarket (MTG) unofficial est une extension Chrome développée par Unknown, et sa fonction principale est "optimizing function and design of cardmarket.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Better Cardmarket (MTG) unofficial

Téléchargez les fichiers d'extension Better Cardmarket (MTG) unofficial 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

                        A unofficial browser extensions for optimizing design and functions of cardmarket.com

Features:

- added small preview images to cardmarket
- added a button to magiccards.info to search for cardmarket prices

Please help improving this addon and contribute at github: https://github.com/newsfusion/better-cardmarket                    

Informations de Base sur l'Extension

Nom Better Cardmarket (MTG) unofficial Better Cardmarket (MTG) unofficial
ID fplghokcfgbdedalpmbmjlafpagclbef
URL Officiel https://chromewebstore.google.com/detail/better-cardmarket-mtg-uno/fplghokcfgbdedalpmbmjlafpagclbef
Description optimizing function and design of cardmarket.com
Taille du Fichier 116 KB
Nombre d'Installations 55
Version Actuelle 0.0.3
Dernière Mise à Jour 2018-03-15
Date de Publication 2018-03-15
Évaluation 5.00/5 Total 1 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Cardmarket (MTG) unofficial",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "optimizing function and design of cardmarket.com",
    "icons": {
        "16": "icons\/icon-16.png",
        "128": "icons\/icon-128.png"
    },
    "default_locale": "en",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.cardmarket.com\/*",
                "https:\/\/magiccards.info\/*"
            ],
            "js": [
                "scripts\/lib\/jquery-3.3.1.min.js",
                "scripts\/cardmarket.js"
            ],
            "css": [
                "styles\/cardmarket.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "matches": [
                "https:\/\/magiccards.info\/*"
            ],
            "js": [
                "scripts\/lib\/jquery-3.3.1.min.js",
                "scripts\/magiccardsinfo.js"
            ],
            "css": [
                "styles\/magiccardsinfo.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ]
}