Ping Pong Pro
Relive the 90's with this classic ping pong game. Developed by P&D.
O que é Ping Pong Pro?
Ping Pong Pro é uma extensão do Chrome desenvolvida por Dheeraj Dagar, e sua principal característica é "Relive the 90's with this classic ping pong game. Developed by P&D.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Ping Pong Pro
Baixe arquivos de extensão Ping Pong Pro no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Ping Pong Pro |
ID | dgcpabogbpfgndfnfhjkhkjaniaigclf |
URL Oficial | https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf |
Descrição | Relive the 90's with this classic ping pong game. Developed by P&D. |
Tamanho do Arquivo | 8.41 KB |
Contagem de Instalações | 4,185 |
Versão Atual | 1.1 |
Última Atualização | 2019-09-28 |
Data de Publicação | 2019-09-28 |
Classificação | 3.88/5 Total de 8 Avaliações |
Desenvolvedor | Dheeraj Dagar |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } } |