WizardPoker

Replaces 'hearthstone' with 'wizard poker'.

ما هو WizardPoker؟

WizardPoker هو إضافة Chrome تم تطويرها بواسطة SodiumBromley، والميزة الرئيسية لها هي "Replaces 'hearthstone' with 'wizard poker'.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة WizardPoker

قم بتنزيل ملفات الامتداد WizardPoker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}