Ping Pong Pro
Relive the 90's with this classic ping pong game. Developed by P&D.
Was ist Ping Pong Pro?
Ping Pong Pro ist eine Chrome-Erweiterung, die von Dheeraj Dagar entwickelt wurde, und ihr Hauptmerkmal ist "Relive the 90's with this classic ping pong game. Developed by P&D.".
Erweiterungsscreenshots
Ping Pong Pro-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ping Pong Pro-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dgcpabogbpfgndfnfhjkhkjaniaigclf |
| Offizielle URL | https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf |
| Beschreibung | Relive the 90's with this classic ping pong game. Developed by P&D. |
| Dateigröße | 8.41 KB |
| Installationsanzahl | 4,185 |
| Aktuelle Version | 1.1 |
| Letztes Update | 2019-09-28 |
| Veröffentlichungsdatum | 2019-09-28 |
| Bewertung | 3.88/5 Insgesamt 8 Bewertungen |
| Entwickler | Dheeraj Dagar |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
}
} | |