mtgtop8 Helper

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

ما هو mtgtop8 Helper؟

mtgtop8 Helper هو إضافة Chrome تم تطويرها بواسطة RPS Fan، والميزة الرئيسية لها هي "For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة mtgtop8 Helper

قم بتنزيل ملفات الامتداد mtgtop8 Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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)                    

معلومات أساسية عن التمديد

الاسم mtgtop8 Helper mtgtop8 Helper
ID akiljfelldgbgfehkamjghmeabihbgnl
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mtgtop8-helper/akiljfelldgbgfehkamjghmeabihbgnl
الوصف For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.
حجم الملف 37.51 KB
عدد التثبيتات 19
النسخة الحالية 0.0.1
آخر تحديث 2015-06-07
تاريخ النشر 2015-06-07
تقييم 3.67/5 مجموع تقييمات 3
المطور RPS Fan
نوع الدفع free
اللغات المدعومة 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"
    }
}