WizardPoker
Replaces 'hearthstone' with 'wizard poker'.
Vad är WizardPoker?
WizardPoker är en Chrome-tillägg utvecklad av SodiumBromley, och dess huvudfunktion är "Replaces 'hearthstone' with 'wizard poker'.".
Tilläggsskärmbilder
Ladda ner WizardPoker-förlängningens CRX-fil
Ladda ner WizardPoker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | flfdpofkefjfipdhdlhhdochipghilpj |
| Officiell webbadress | https://chromewebstore.google.com/detail/wizardpoker/flfdpofkefjfipdhdlhhdochipghilpj |
| Beskrivning | Replaces 'hearthstone' with 'wizard poker'. |
| Filstorlek | 21.74 KB |
| Antal Installationer | 26 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2015-05-24 |
| Publiceringsdatum | 2015-05-24 |
| Betyg | 4.44/5 Totalt 9 Betyg |
| Utvecklare | SodiumBromley |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |