Ping Pong Pro

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

Vad är Ping Pong Pro?

Ping Pong Pro är en Chrome-tillägg utvecklad av Dheeraj Dagar, och dess huvudfunktion är "Relive the 90's with this classic ping pong game. Developed by P&D.".

Tilläggsskärmbilder

screenshot

Ladda ner Ping Pong Pro-förlängningens CRX-fil

Ladda ner Ping Pong Pro-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Ping Pong Pro Ping Pong Pro
ID dgcpabogbpfgndfnfhjkhkjaniaigclf
Officiell webbadress https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf
Beskrivning Relive the 90's with this classic ping pong game. Developed by P&D.
Filstorlek 8.41 KB
Antal Installationer 4,185
Aktuell Version 1.1
Senast Uppdaterad 2019-09-28
Publiceringsdatum 2019-09-28
Betyg 3.88/5 Totalt 8 Betyg
Utvecklare Dheeraj Dagar
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    }
}