Better EDHRec
Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…
Wat is Better EDHRec?
Better EDHRec is een Chrome-extensie ontwikkeld door gerbot150, en de belangrijkste functie is "Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall…".
Extensie Screenshots
Download het CRX-bestand van de extensie Better EDHRec
Download Better EDHRec-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Better EDHRec adds helpful links and tools to the EDHRec website.
Notable features include:
- In-site decklist builder
- Scryfall links on every card Basisinformatie over de Extensie
| Naam | |
| ID | bifcpdpibocmmchlbdlfblelnefojbmk |
| Officiële URL | https://chromewebstore.google.com/detail/better-edhrec/bifcpdpibocmmchlbdlfblelnefojbmk |
| Beschrijving | Better EDHRec adds helpful links and tools to the EDHRec website. Notable features include: - In-site decklist builder - Scryfall… |
| Bestandsgrootte | 5.28 KB |
| Aantal Installaties | 261 |
| Huidige Versie | 0.8 |
| Laatst Bijgewerkt | 2019-03-06 |
| Publicatiedatum | 2019-03-05 |
| Beoordeling | 3.80/5 Totaal 5 Beoordelingen |
| Ontwikkelaar | gerbot150 |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |