mtgtop8 Helper

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

Vad är mtgtop8 Helper?

mtgtop8 Helper är en Chrome-tillägg utvecklad av RPS Fan, och dess huvudfunktion är "For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.".

Tilläggsskärmbilder

screenshot

Ladda ner mtgtop8 Helper-förlängningens CRX-fil

Ladda ner mtgtop8 Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn mtgtop8 Helper mtgtop8 Helper
ID akiljfelldgbgfehkamjghmeabihbgnl
Officiell webbadress https://chrome.google.com/webstore/detail/mtgtop8-helper/akiljfelldgbgfehkamjghmeabihbgnl
Beskrivning For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.
Filstorlek 37.51 KB
Antal Installationer 19
Aktuell Version 0.0.1
Senast Uppdaterad 2015-06-07
Publiceringsdatum 2015-06-07
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare RPS Fan
Betalningssätt free
Stödda Språk 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"
    }
}