Ping Pong
play ping pong in your browser
Was ist Ping Pong?
Ping Pong ist eine Chrome-Erweiterung, die von http://slidemations.com entwickelt wurde, und ihr Hauptmerkmal ist "play ping pong in your browser".
Erweiterungsscreenshots
Ping Pong-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ping Pong-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
Play ping pong game as a popup directly in your browser!! Ping Pong will be updated weekly. previous version: V0.3, Features: grey background, major bug fix, other game play issues solved. current version: V0.4, Features: A.I. added, you now play against an AI instead of hitting against a wall. Next version: V0.5, Features: change paddle color option, change ball color option.
Grundlegende Informationen zur Erweiterung
Name | |
ID | poagkllmflpmfpmaeipceckoglnjfkme |
Offizielle URL | https://chrome.google.com/webstore/detail/ping-pong/poagkllmflpmfpmaeipceckoglnjfkme |
Beschreibung | play ping pong in your browser |
Dateigröße | 11.72 KB |
Installationsanzahl | 2,000 |
Aktuelle Version | 0.4.3 |
Letztes Update | 2019-03-08 |
Veröffentlichungsdatum | 2019-03-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | http://slidemations.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://home.slidemations.com |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ping Pong", "short_name": "pong", "description": "play ping pong in your browser", "version": "0.4.3", "version_name": "V0.4 alpha", "manifest_version": 2, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "thing.html" }, "permissions": [ "storage" ] } |