Better Cardmarket (MTG) unofficial
optimizing function and design of cardmarket.com
O que é Better Cardmarket (MTG) unofficial?
Better Cardmarket (MTG) unofficial é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "optimizing function and design of cardmarket.com".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better Cardmarket (MTG) unofficial
Baixe arquivos de extensão Better Cardmarket (MTG) unofficial no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Better Cardmarket (MTG) unofficial |
ID | fplghokcfgbdedalpmbmjlafpagclbef |
URL Oficial | https://chromewebstore.google.com/detail/better-cardmarket-mtg-uno/fplghokcfgbdedalpmbmjlafpagclbef |
Descrição | optimizing function and design of cardmarket.com |
Tamanho do Arquivo | 116 KB |
Contagem de Instalações | 55 |
Versão Atual | 0.0.3 |
Última Atualização | 2018-03-15 |
Data de Publicação | 2018-03-15 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } ] } |