Better EDHRec
Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…
ما هو Better EDHRec؟
Better EDHRec هو إضافة Chrome تم تطويرها بواسطة gerbot150، والميزة الرئيسية لها هي "Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Better EDHRec
قم بتنزيل ملفات الامتداد Better EDHRec بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
                        Better EDHRec adds helpful links and tools to the EDHRec website.
Notable features include:
- In-site decklist builder
- Scryfall links on every card                     معلومات أساسية عن التمديد
| الاسم |  | 
| ID | bifcpdpibocmmchlbdlfblelnefojbmk | 
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/better-edhrec/bifcpdpibocmmchlbdlfblelnefojbmk | 
| الوصف | Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall… | 
| حجم الملف | 5.28 KB | 
| عدد التثبيتات | 261 | 
| النسخة الحالية | 0.8 | 
| آخر تحديث | 2019-03-06 | 
| تاريخ النشر | 2019-03-05 | 
| تقييم | 3.80/5 مجموع تقييمات 5 | 
| المطور | gerbot150 | 
| نوع الدفع | free | 
| اللغات المدعومة | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better EDHRec",
    "version": "0.8",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/edhrec.com\/*",
                "https:\/\/edhrec.com\/*",
                "http:\/\/www.edhrec.com\/*",
                "https:\/\/www.edhrec.com\/*"
            ],
            "js": [
                "better_edhrec.js"
            ],
            "css": [
                "better_edhrec.css"
            ]
        }
    ]
} | |