Pong

A classic pong game that plays in a popup.

¿Qué es Pong?

Pong es una extensión de Chrome desarrollada por https://gamecheerleader.com, y su función principal es "A classic pong game that plays in a popup.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Pong

Descarga archivos de extensión Pong en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Our pong game can be played with up and down keys of your keyboard. Three difficulty levels are provided for more fun, ranging from easy to hard levels. You can switch between them anytime. No internet connection required for playing this game.

The features and rules:

Pong is a table tennis–themed arcade sports game, manufactured by Atari and originally released in 1972. After the installation, just click the Pong Game icon on the Chrome extension toolbar and the game will start in a popup window immediately. 

The game will end and show you win (or loss) when you (or computer) gets 5 points. Your best performance for each difficulty level will be recorded and shown at the top right corner. You are free to pause or start new game during each game session. 

Have fun with the pong game! Additionally, we've added some of our latest games at the bottom for your extra enjoyment.

CHANGELOG
==========
Version 0.1.3 - 0.1.5
- Add the section on new games
- Update the game list with time

Version 0.1.2
- Add google analytics

Version 0.1.1
- Optimize pong speed 
- Update user interface

Version 0.1.0
- Release basic pong features                    

Información Básica de la Extensión

Nombre Pong Pong
ID iibmocmonpccjkjpdgngimgdgpaeheje
URL Oficial https://chromewebstore.google.com/detail/pong/iibmocmonpccjkjpdgngimgdgpaeheje
Descripción A classic pong game that plays in a popup.
Tamaño del Archivo 89.11 KB
Cantidad de Instalaciones 4,000
Versión Actual 0.1.5
Última Actualización 2024-01-17
Fecha de Publicación 2022-05-22
Calificación 5.00/5 Total de 3 Calificaciones
Desarrollador https://gamecheerleader.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.gamecheerleader.com
URL de la Página de Ayuda https://www.gamecheerleader.com/listing/pong-game/
URL de la Página de Política de Privacidad https://www.gamecheerleader.com/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pong",
    "short_name": "pong",
    "version": "0.1.5",
    "description": "A classic pong game that plays in a popup.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}