Better Cardmarket (MTG) unofficial

optimizing function and design of cardmarket.com

Co to jest Better Cardmarket (MTG) unofficial?

Better Cardmarket (MTG) unofficial to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „optimizing function and design of cardmarket.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Better Cardmarket (MTG) unofficial

Pobierz pliki rozszerzeń Better Cardmarket (MTG) unofficial 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Better Cardmarket (MTG) unofficial Better Cardmarket (MTG) unofficial
ID fplghokcfgbdedalpmbmjlafpagclbef
Oficjalny URL https://chromewebstore.google.com/detail/better-cardmarket-mtg-uno/fplghokcfgbdedalpmbmjlafpagclbef
Opis optimizing function and design of cardmarket.com
Rozmiar pliku 116 KB
Liczba instalacji 55
Aktualna Wersja 0.0.3
Ostatnia Aktualizacja 2018-03-15
Data Publikacji 2018-03-15
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}