WizardPoker
Replaces 'hearthstone' with 'wizard poker'.
What is WizardPoker?
WizardPoker is a Chrome extension developed by SodiumBromley, and its main feature is "Replaces 'hearthstone' with 'wizard poker'.".
Extension Screenshots
Download WizardPoker Extension CRX File
Download WizardPoker 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
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.
Extension Basic Information
Name | WizardPoker |
ID | flfdpofkefjfipdhdlhhdochipghilpj |
Official URL | https://chromewebstore.google.com/detail/wizardpoker/flfdpofkefjfipdhdlhhdochipghilpj |
Description | Replaces 'hearthstone' with 'wizard poker'. |
File Size | 21.74 KB |
Installation Count | 26 |
Current Version | 1.0 |
Last Updated | 2015-05-24 |
Publish Date | 2015-05-24 |
Rating | 4.44/5 Total 9 Ratings |
Developer | SodiumBromley |
Payment Type | free |
Supported Languages | 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" ] } ] } |