WizardPoker
Replaces 'hearthstone' with 'wizard poker'.
Что такое WizardPoker?
WizardPoker - это расширение Chrome, разработанное SodiumBromley, и его основная функция - "Replaces 'hearthstone' with 'wizard poker'.".
Снимки экрана расширения
Скачать файл 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. Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |