Better Cardmarket (MTG) unofficial
optimizing function and design of cardmarket.com
Cos'è Better Cardmarket (MTG) unofficial?
Better Cardmarket (MTG) unofficial è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "optimizing function and design of cardmarket.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better Cardmarket (MTG) unofficial
Scarica i file di estensione Better Cardmarket (MTG) unofficial 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
A unofficial browser extensions for optimizing design and functions of cardmarket.com
Features:
- added small preview images to cardmarket
- added a button to magiccards.info to search for cardmarket prices
Please help improving this addon and contribute at github: https://github.com/newsfusion/better-cardmarket Informazioni di Base sull'Estensione
| Nome | |
| ID | fplghokcfgbdedalpmbmjlafpagclbef |
| URL Ufficiale | https://chromewebstore.google.com/detail/better-cardmarket-mtg-uno/fplghokcfgbdedalpmbmjlafpagclbef |
| Descrizione | optimizing function and design of cardmarket.com |
| Dimensione del File | 116 KB |
| Conteggio Installazioni | 55 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2018-03-15 |
| Data di Pubblicazione | 2018-03-15 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Better Cardmarket (MTG) unofficial",
"version": "0.0.3",
"manifest_version": 2,
"description": "optimizing function and design of cardmarket.com",
"icons": {
"16": "icons\/icon-16.png",
"128": "icons\/icon-128.png"
},
"default_locale": "en",
"permissions": [
"tabs",
"storage",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/www.cardmarket.com\/*",
"https:\/\/magiccards.info\/*"
],
"js": [
"scripts\/lib\/jquery-3.3.1.min.js",
"scripts\/cardmarket.js"
],
"css": [
"styles\/cardmarket.css"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
"https:\/\/magiccards.info\/*"
],
"js": [
"scripts\/lib\/jquery-3.3.1.min.js",
"scripts\/magiccardsinfo.js"
],
"css": [
"styles\/magiccardsinfo.css"
],
"run_at": "document_end",
"all_frames": false
}
]
} | |