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