Better EDHRec

Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…

Apa itu Better EDHRec?

Better EDHRec adalah ekstensi Chrome yang dikembangkan oleh gerbot150, dan fitur utamanya adalah "Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Better EDHRec

Unduh file ekstensi Better EDHRec dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Better EDHRec adds helpful links and tools to the EDHRec website.

Notable features include:
- In-site decklist builder
- Scryfall links on every card                    

Informasi Dasar Ekstensi

Nama Better EDHRec Better EDHRec
ID bifcpdpibocmmchlbdlfblelnefojbmk
URL Resmi https://chromewebstore.google.com/detail/better-edhrec/bifcpdpibocmmchlbdlfblelnefojbmk
Deskripsi Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…
Ukuran File 5.28 KB
Jumlah Instalasi 261
Versi Saat Ini 0.8
Terakhir Diperbarui 2019-03-06
Tanggal Publikasi 2019-03-05
Penilaian 3.80/5 Total 5 Penilaian
Pengembang gerbot150
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}