WizardPoker
Replaces 'hearthstone' with 'wizard poker'.
什麼是WizardPoker?
WizardPoker是由SodiumBromley開發的Chrome擴展程式,該擴展的主要功能是“Replaces 'hearthstone' with 'wizard poker'.”。
擴展截圖
下載WizardPoker擴展crx文件
下載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 |
ID | flfdpofkefjfipdhdlhhdochipghilpj |
官方網址 | 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" ] } ] } |