Ping Pong Pro

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

Co to jest Ping Pong Pro?

Ping Pong Pro to rozszerzenie Chrome opracowane przez Dheeraj Dagar, a jego główną funkcją jest „Relive the 90's with this classic ping pong game. Developed by P&D.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Ping Pong Pro

Pobierz pliki rozszerzeń Ping Pong Pro w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Ping Pong Pro Ping Pong Pro
ID dgcpabogbpfgndfnfhjkhkjaniaigclf
Oficjalny URL https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf
Opis Relive the 90's with this classic ping pong game. Developed by P&D.
Rozmiar pliku 8.41 KB
Liczba instalacji 4,185
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-09-28
Data Publikacji 2019-09-28
Ocena 3.88/5 Łącznie 8 Oceny
Deweloper Dheeraj Dagar
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}