mtgtop8 Helper

For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.

Co je mtgtop8 Helper?

mtgtop8 Helper je rozšíření Chrome vyvinuté RPS Fan, a jeho hlavní funkcí je „For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření mtgtop8 Helper

Stáhněte si soubory rozšíření mtgtop8 Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Adds a feature to the Magic: The Gathering related website mtgtop8.com.

When comparing decklists (i.e. mtgtop8.com/compare), this extension adds 4 columns to show what percentage decks each qty of each card appeared in.

Card icon created by David Padrosa from The Noun Project (noun_14045_cc.svg)                    

Základní Informace o Rozšíření

Název mtgtop8 Helper mtgtop8 Helper
ID akiljfelldgbgfehkamjghmeabihbgnl
Oficiální URL https://chrome.google.com/webstore/detail/mtgtop8-helper/akiljfelldgbgfehkamjghmeabihbgnl
Popis For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.
Velikost souboru 37.51 KB
Počet instalací 19
Aktuální Verze 0.0.1
Poslední Aktualizace 2015-06-07
Datum Vydání 2015-06-07
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář RPS Fan
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "mtgtop8 Helper",
    "version": "0.0.1",
    "description": "For Magic: The Gathering.  On mtgtop8.com\/compare, shows the % of decks using each qty of each card.",
    "browser_action": [],
    "permissions": [
        "*:\/\/*.mtgtop8.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.mtgtop8.com\/compare*"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "script.js"
            ],
            "run_at": "document_end",
            "css": []
        }
    ],
    "icons": {
        "16": "noun_14045_cc_16.png",
        "48": "noun_14045_cc_48.png",
        "128": "noun_14045_cc_128.png"
    }
}