Ping Pong Pro
Relive the 90's with this classic ping pong game. Developed by P&D.
Что такое Ping Pong Pro?
Ping Pong Pro - это расширение Chrome, разработанное Dheeraj Dagar, и его основная функция - "Relive the 90's with this classic ping pong game. Developed by P&D.".
Снимки экрана расширения
Скачать файл CRX расширения Ping Pong Pro
Скачайте файлы расширений Ping Pong Pro в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Tips:
* You will be playing with left side panel, right side is AI.
* Defeat the AI and you will win the game.
* First player to score 5 points will win the game.
* Try to hit the ball with edge of panel to give it more speed.
New features will be coming soon. Основная информация о расширении
| Название | |
| ID | dgcpabogbpfgndfnfhjkhkjaniaigclf |
| Официальный URL | https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf |
| Описание | Relive the 90's with this classic ping pong game. Developed by P&D. |
| Размер файла | 8.41 KB |
| Количество установок | 4,185 |
| Текущая Версия | 1.1 |
| Последнее Обновление | 2019-09-28 |
| Дата публикации | 2019-09-28 |
| Рейтинг | 3.88/5 Всего 8 оценок |
| Разработчик | Dheeraj Dagar |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Поддерживаемые языки | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ping Pong Pro",
"description": "Relive the 90's with this classic ping pong game. Developed by P&D.",
"version": "1.1",
"browser_action": {
"default_popup": "hello.html",
"default_icon": "hello_extensions.png"
},
"manifest_version": 2,
"commands": {
"_execute_browser_action": {
"suggested_key": {
"default": "Ctrl+Shift+F",
"mac": "MacCtrl+Shift+F"
},
"description": "Opens hello.html"
}
}
} | |