WizardPoker
Replaces 'hearthstone' with 'wizard poker'.
O que é WizardPoker?
WizardPoker é uma extensão do Chrome desenvolvida por SodiumBromley, e sua principal característica é "Replaces 'hearthstone' with 'wizard poker'.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão WizardPoker
Baixe arquivos de extensão WizardPoker 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
Now you too can stop playing "Hearthstone" and begin to play the hot new game "Wizard Poker." Wizard Poker: Heroes of Warcraft is an online collectible card game developed by Blizzard Entertainment. It is free-to-play with optional purchases to accelerate the card collection progress and access content quicker.
Informações Básicas da Extensão
Nome | WizardPoker |
ID | flfdpofkefjfipdhdlhhdochipghilpj |
URL Oficial | https://chromewebstore.google.com/detail/wizardpoker/flfdpofkefjfipdhdlhhdochipghilpj |
Descrição | Replaces 'hearthstone' with 'wizard poker'. |
Tamanho do Arquivo | 21.74 KB |
Contagem de Instalações | 26 |
Versão Atual | 1.0 |
Última Atualização | 2015-05-24 |
Data de Publicação | 2015-05-24 |
Classificação | 4.44/5 Total de 9 Avaliações |
Desenvolvedor | SodiumBromley |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WizardPoker", "version": "1.0", "description": "Replaces 'hearthstone' with 'wizard poker'.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "WizardPoker_Chrome.js" ] } ] } |