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