MTG Prices by MTGGoldfish
Magic: the Gathering ONLINE and PAPER prices, and card images.
Wat is MTG Prices by MTGGoldfish?
MTG Prices by MTGGoldfish is een Chrome-extensie ontwikkeld door https://mtggoldfish.com, en de belangrijkste functie is "Magic: the Gathering ONLINE and PAPER prices, and card images.".
Extensie Screenshots
Download het CRX-bestand van de extensie MTG Prices by MTGGoldfish
Download MTG Prices by MTGGoldfish-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
Automatically add Magic: the Gathering card images and prices popups to websites. This official MTGGoldfish extension gives you quick access to both ONLINE and PAPER prices from vendors such as Ebay, TCGPlayer, Amazon.com and Cardhoarder. FEATURES * Automatically add popups containing card images and ONLINE and PAPER prices * Highlight decks and view on MTGGoldfish * Highlight card names and search on MTGGoldfish * Disable/Enable extension on certain pages and domains
Basisinformatie over de Extensie
Naam | MTG Prices by MTGGoldfish |
ID | bneckalmjgjiocbgannjaffookadphna |
Officiële URL | https://chromewebstore.google.com/detail/mtg-prices-by-mtggoldfish/bneckalmjgjiocbgannjaffookadphna |
Beschrijving | Magic: the Gathering ONLINE and PAPER prices, and card images. |
Bestandsgrootte | 218 KB |
Aantal Installaties | 1,081 |
Huidige Versie | 0.4.11 |
Laatst Bijgewerkt | 2017-02-17 |
Publicatiedatum | 2017-02-17 |
Beoordeling | 3.32/5 Totaal 19 Beoordelingen |
Ontwikkelaar | https://mtggoldfish.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.mtggoldfish.com |
URL van de Privacybeleid Pagina | http://www.mtggoldfish.com/policies/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MTG Prices by MTGGoldfish", "short_name": "MTGGoldfish", "description": "Magic: the Gathering ONLINE and PAPER prices, and card images.", "version": "0.4.11", "web_accessible_resources": [ "cdb.json" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "jquery-2.1.1.min.js", "jquery.highlight.js", "jquery.hoverIntent.minified.js", "common.js", "content_script.js", "bootstrap.min.js" ], "css": [ "bootstrap.min.css", "mtggoldfish.css" ] } ], "permissions": [ "http:\/\/*\/*", "storage", "tabs", "contextMenus" ], "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery-2.1.1.min.js", "common.js", "background.js", "context_menu.js" ], "persistent": false } } |