WizardPoker
Replaces 'hearthstone' with 'wizard poker'.
Wat is WizardPoker?
WizardPoker is een Chrome-extensie ontwikkeld door SodiumBromley, en de belangrijkste functie is "Replaces 'hearthstone' with 'wizard poker'.".
Extensie Screenshots
Download het CRX-bestand van de extensie WizardPoker
Download WizardPoker-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
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. Basisinformatie over de Extensie
| Naam | |
| ID | flfdpofkefjfipdhdlhhdochipghilpj |
| Officiële URL | https://chromewebstore.google.com/detail/wizardpoker/flfdpofkefjfipdhdlhhdochipghilpj |
| Beschrijving | Replaces 'hearthstone' with 'wizard poker'. |
| Bestandsgrootte | 21.74 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2015-05-24 |
| Publicatiedatum | 2015-05-24 |
| Beoordeling | 4.44/5 Totaal 9 Beoordelingen |
| Ontwikkelaar | SodiumBromley |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |