Better EDHRec

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

What is Better EDHRec?

Better EDHRec is a Chrome extension developed by gerbot150, and its main feature is "Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…".

Extension Screenshots

screenshot

Download Better EDHRec Extension CRX File

Download Better EDHRec extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Better EDHRec Better EDHRec
ID bifcpdpibocmmchlbdlfblelnefojbmk
Official URL https://chromewebstore.google.com/detail/better-edhrec/bifcpdpibocmmchlbdlfblelnefojbmk
Description Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…
File Size 5.28 KB
Installation Count 261
Current Version 0.8
Last Updated 2019-03-06
Publish Date 2019-03-05
Rating 3.80/5 Total 5 Ratings
Developer gerbot150
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}