WizardPoker

Replaces 'hearthstone' with 'wizard poker'.

Co je WizardPoker?

WizardPoker je rozšíření Chrome vyvinuté SodiumBromley, a jeho hlavní funkcí je „Replaces 'hearthstone' with 'wizard poker'.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření WizardPoker

Stáhněte si soubory rozšíření WizardPoker ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název WizardPoker WizardPoker
ID flfdpofkefjfipdhdlhhdochipghilpj
Oficiální URL https://chromewebstore.google.com/detail/wizardpoker/flfdpofkefjfipdhdlhhdochipghilpj
Popis Replaces 'hearthstone' with 'wizard poker'.
Velikost souboru 21.74 KB
Počet instalací 26
Aktuální Verze 1.0
Poslední Aktualizace 2015-05-24
Datum Vydání 2015-05-24
Hodnocení 4.44/5 Celkem 9 Hodnocení
Vývojář SodiumBromley
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}