WizardPoker
Replaces 'hearthstone' with 'wizard poker'.
Was ist WizardPoker?
WizardPoker ist eine Chrome-Erweiterung, die von SodiumBromley entwickelt wurde, und ihr Hauptmerkmal ist "Replaces 'hearthstone' with 'wizard poker'.".
Erweiterungsscreenshots
WizardPoker-Erweiterungs-CRX-Datei herunterladen
Laden Sie WizardPoker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | flfdpofkefjfipdhdlhhdochipghilpj |
| Offizielle URL | https://chromewebstore.google.com/detail/wizardpoker/flfdpofkefjfipdhdlhhdochipghilpj |
| Beschreibung | Replaces 'hearthstone' with 'wizard poker'. |
| Dateigröße | 21.74 KB |
| Installationsanzahl | 26 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2015-05-24 |
| Veröffentlichungsdatum | 2015-05-24 |
| Bewertung | 4.44/5 Insgesamt 9 Bewertungen |
| Entwickler | SodiumBromley |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |