Better Cardmarket (MTG) unofficial
optimizing function and design of cardmarket.com
What is Better Cardmarket (MTG) unofficial?
Better Cardmarket (MTG) unofficial is a Chrome extension developed by Unknown, and its main feature is "optimizing function and design of cardmarket.com".
Extension Screenshots
Download Better Cardmarket (MTG) unofficial Extension CRX File
Download Better Cardmarket (MTG) unofficial 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
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
Extension Basic Information
Name | Better Cardmarket (MTG) unofficial |
ID | fplghokcfgbdedalpmbmjlafpagclbef |
Official URL | https://chromewebstore.google.com/detail/better-cardmarket-mtg-uno/fplghokcfgbdedalpmbmjlafpagclbef |
Description | optimizing function and design of cardmarket.com |
File Size | 116 KB |
Installation Count | 55 |
Current Version | 0.0.3 |
Last Updated | 2018-03-15 |
Publish Date | 2018-03-15 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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 } ] } |