Ping Pong Pro

Relive the 90's with this classic ping pong game. Developed by P&D.

Hvad er Ping Pong Pro?

Ping Pong Pro er en Chrome-udvidelse udviklet af Dheeraj Dagar, og dens hovedfunktion er "Relive the 90's with this classic ping pong game. Developed by P&D.".

Udvidelsesskærmbilleder

screenshot

Download Ping Pong Pro-udvidelses-CRX-fil

Download Ping Pong Pro-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Ping Pong Pro Ping Pong Pro
ID dgcpabogbpfgndfnfhjkhkjaniaigclf
Officiel URL https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf
Beskrivelse Relive the 90's with this classic ping pong game. Developed by P&D.
Filstørrelse 8.41 KB
Antal Installationer 4,185
Nuværende Version 1.1
Senest Opdateret 2019-09-28
Udgivelsesdato 2019-09-28
Bedømmelse 3.88/5 Samlet 8 Bedømmelser
Udvikler Dheeraj Dagar
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}