Ping Pong
play ping pong in your browser
Cos'è Ping Pong?
Ping Pong è un'estensione di Chrome sviluppata da http://slidemations.com, e la sua funzione principale è "play ping pong in your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ping Pong
Scarica i file di estensione Ping Pong in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | poagkllmflpmfpmaeipceckoglnjfkme |
URL Ufficiale | https://chrome.google.com/webstore/detail/ping-pong/poagkllmflpmfpmaeipceckoglnjfkme |
Descrizione | play ping pong in your browser |
Dimensione del File | 11.72 KB |
Conteggio Installazioni | 2,000 |
Versione Corrente | 0.4.3 |
Ultimo Aggiornamento | 2019-03-08 |
Data di Pubblicazione | 2019-03-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://slidemations.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://home.slidemations.com |
Lingue Supportate | 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" ] } |