WizardPoker

Replaces 'hearthstone' with 'wizard poker'.

WizardPoker क्या है?

WizardPoker SodiumBromley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces 'hearthstone' with 'wizard poker'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WizardPoker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम WizardPoker WizardPoker
ID flfdpofkefjfipdhdlhhdochipghilpj
आधिकारिक URL https://chromewebstore.google.com/detail/wizardpoker/flfdpofkefjfipdhdlhhdochipghilpj
विवरण Replaces 'hearthstone' with 'wizard poker'.
फ़ाइल का आकार 21.74 KB
स्थापना संख्या 26
वर्तमान संस्करण 1.0
अंतिम अपडेट 2015-05-24
प्रकाशन तिथि 2015-05-24
रेटिंग 4.44/5 कुल 9 रेटिंग्स
डेवलपर SodiumBromley
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}