Ping Pong Pro
Relive the 90's with this classic ping pong game. Developed by P&D.
Wat is Ping Pong Pro?
Ping Pong Pro is een Chrome-extensie ontwikkeld door Dheeraj Dagar, en de belangrijkste functie is "Relive the 90's with this classic ping pong game. Developed by P&D.".
Extensie Screenshots
Download het CRX-bestand van de extensie Ping Pong Pro
Download Ping Pong Pro-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | dgcpabogbpfgndfnfhjkhkjaniaigclf |
| Officiële URL | https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf |
| Beschrijving | Relive the 90's with this classic ping pong game. Developed by P&D. |
| Bestandsgrootte | 8.41 KB |
| Aantal Installaties | 4,185 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2019-09-28 |
| Publicatiedatum | 2019-09-28 |
| Beoordeling | 3.88/5 Totaal 8 Beoordelingen |
| Ontwikkelaar | Dheeraj Dagar |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
}
} | |