WizardPoker

Replaces 'hearthstone' with 'wizard poker'.

Qu'est-ce que WizardPoker ?

WizardPoker est une extension Chrome développée par SodiumBromley, et sa fonction principale est "Replaces 'hearthstone' with 'wizard poker'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension WizardPoker

Téléchargez les fichiers d'extension WizardPoker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WizardPoker WizardPoker
ID flfdpofkefjfipdhdlhhdochipghilpj
URL Officiel https://chromewebstore.google.com/detail/wizardpoker/flfdpofkefjfipdhdlhhdochipghilpj
Description Replaces 'hearthstone' with 'wizard poker'.
Taille du Fichier 21.74 KB
Nombre d'Installations 26
Version Actuelle 1.0
Dernière Mise à Jour 2015-05-24
Date de Publication 2015-05-24
Évaluation 4.44/5 Total 9 Évaluations
Développeur SodiumBromley
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}