Ping Pong Pro
Relive the 90's with this classic ping pong game. Developed by P&D.
¿Qué es Ping Pong Pro?
Ping Pong Pro es una extensión de Chrome desarrollada por Dheeraj Dagar, y su función principal es "Relive the 90's with this classic ping pong game. Developed by P&D.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Ping Pong Pro
Descarga archivos de extensión Ping Pong Pro 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
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.
Información Básica de la Extensión
Nombre | Ping Pong Pro |
ID | dgcpabogbpfgndfnfhjkhkjaniaigclf |
URL Oficial | https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf |
Descripción | Relive the 90's with this classic ping pong game. Developed by P&D. |
Tamaño del Archivo | 8.41 KB |
Cantidad de Instalaciones | 4,185 |
Versión Actual | 1.1 |
Última Actualización | 2019-09-28 |
Fecha de Publicación | 2019-09-28 |
Calificación | 3.88/5 Total de 8 Calificaciones |
Desarrollador | Dheeraj Dagar |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } } |