WizardPoker

Replaces 'hearthstone' with 'wizard poker'.

Cos'è WizardPoker?

WizardPoker è un'estensione di Chrome sviluppata da SodiumBromley, e la sua funzione principale è "Replaces 'hearthstone' with 'wizard poker'.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione WizardPoker

Scarica i file di estensione WizardPoker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome WizardPoker WizardPoker
ID flfdpofkefjfipdhdlhhdochipghilpj
URL Ufficiale https://chromewebstore.google.com/detail/wizardpoker/flfdpofkefjfipdhdlhhdochipghilpj
Descrizione Replaces 'hearthstone' with 'wizard poker'.
Dimensione del File 21.74 KB
Conteggio Installazioni 26
Versione Corrente 1.0
Ultimo Aggiornamento 2015-05-24
Data di Pubblicazione 2015-05-24
Valutazione 4.44/5 Totale 9 Valutazioni
Sviluppatore SodiumBromley
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}