WizardPoker

Replaces 'hearthstone' with 'wizard poker'.

WizardPokerคืออะไร?

WizardPoker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย SodiumBromley และคุณลักษณะหลักของมันคือ "Replaces 'hearthstone' with 'wizard poker'."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WizardPoker

ดาวน์โหลดไฟล์ส่วนขยาย WizardPoker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}