Ping Pong Pro
Relive the 90's with this classic ping pong game. Developed by P&D.
Cos'è Ping Pong Pro?
Ping Pong Pro è un'estensione di Chrome sviluppata da Dheeraj Dagar, e la sua funzione principale è "Relive the 90's with this classic ping pong game. Developed by P&D.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ping Pong Pro
Scarica i file di estensione Ping Pong Pro 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
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.
Informazioni di Base sull'Estensione
Nome | Ping Pong Pro |
ID | dgcpabogbpfgndfnfhjkhkjaniaigclf |
URL Ufficiale | https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf |
Descrizione | Relive the 90's with this classic ping pong game. Developed by P&D. |
Dimensione del File | 8.41 KB |
Conteggio Installazioni | 4,185 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2019-09-28 |
Data di Pubblicazione | 2019-09-28 |
Valutazione | 3.88/5 Totale 8 Valutazioni |
Sviluppatore | Dheeraj Dagar |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } } |