Better Cardmarket (MTG) unofficial
optimizing function and design of cardmarket.com
Wat is Better Cardmarket (MTG) unofficial?
Better Cardmarket (MTG) unofficial is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "optimizing function and design of cardmarket.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Better Cardmarket (MTG) unofficial
Download Better Cardmarket (MTG) unofficial-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
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
Basisinformatie over de Extensie
Naam | Better Cardmarket (MTG) unofficial |
ID | fplghokcfgbdedalpmbmjlafpagclbef |
Officiële URL | https://chromewebstore.google.com/detail/better-cardmarket-mtg-uno/fplghokcfgbdedalpmbmjlafpagclbef |
Beschrijving | optimizing function and design of cardmarket.com |
Bestandsgrootte | 116 KB |
Aantal Installaties | 55 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2018-03-15 |
Publicatiedatum | 2018-03-15 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |