Classic Pong Game (2 Players)
The game can be played with two human players, or one player against a computer.
Что такое Classic Pong Game (2 Players)?
Classic Pong Game (2 Players) - это расширение Chrome, разработанное https://ponggame.io, и его основная функция - "The game can be played with two human players, or one player against a computer.".
Снимки экрана расширения
Скачать файл CRX расширения Classic Pong Game (2 Players)
Скачайте файлы расширений Classic Pong Game (2 Players) в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
1. Install extension 2. Click the Game icon on the Chrome extension toolbar and then we will open the Game for you to play the game! You don’t need to do anything else! You also can play from any Chrome Tab. Have fun! Play more game by clicking the menu WHAT'S NEW? v1.0.0 - First release
Основная информация о расширении
Название | Classic Pong Game (2 Players) |
ID | fiadoagakkhmieomikjhanmoclpkdgdk |
Официальный URL | https://chromewebstore.google.com/detail/classic-pong-game-2-playe/fiadoagakkhmieomikjhanmoclpkdgdk |
Описание | The game can be played with two human players, or one player against a computer. |
Размер файла | 286 KB |
Количество установок | 2,256 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2023-11-25 |
Дата публикации | 2022-04-02 |
Рейтинг | 5.00/5 Всего 5 оценок |
Разработчик | https://ponggame.io |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://run3.pro/ |
URL страницы помощи | https://run3.pro/ |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_AppName__", "version": "1.0.0", "version_name": "1.0.0", "action": { "default_icon": { "16": "img\/16x16.png", "48": "img\/48x48.png", "128": "img\/128x128.png", "256": "img\/256x256.png" }, "default_title": "Click to open the popup", "default_popup": "index.html?mode=popup" }, "background": { "service_worker": "update.js" }, "offline_enabled": true, "default_locale": "en", "description": "__MSG_AppDesc__", "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "128": "img\/128x128.png", "256": "img\/256x256.png" }, "options_page": "index.html", "homepage_url": "https:\/\/w3technic.com\/games\/pong-2" } |