Better EDHRec

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

Cos'è Better EDHRec?

Better EDHRec è un'estensione di Chrome sviluppata da gerbot150, e la sua funzione principale è "Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Better EDHRec

Scarica i file di estensione Better EDHRec in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Better EDHRec Better EDHRec
ID bifcpdpibocmmchlbdlfblelnefojbmk
URL Ufficiale https://chromewebstore.google.com/detail/better-edhrec/bifcpdpibocmmchlbdlfblelnefojbmk
Descrizione Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…
Dimensione del File 5.28 KB
Conteggio Installazioni 261
Versione Corrente 0.8
Ultimo Aggiornamento 2019-03-06
Data di Pubblicazione 2019-03-05
Valutazione 3.80/5 Totale 5 Valutazioni
Sviluppatore gerbot150
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}