Ping Pong Pro

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

Qu'est-ce que Ping Pong Pro ?

Ping Pong Pro est une extension Chrome développée par Dheeraj Dagar, et sa fonction principale est "Relive the 90's with this classic ping pong game. Developed by P&D.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ping Pong Pro

Téléchargez les fichiers d'extension Ping Pong Pro au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ping Pong Pro Ping Pong Pro
ID dgcpabogbpfgndfnfhjkhkjaniaigclf
URL Officiel https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf
Description Relive the 90's with this classic ping pong game. Developed by P&D.
Taille du Fichier 8.41 KB
Nombre d'Installations 4,185
Version Actuelle 1.1
Dernière Mise à Jour 2019-09-28
Date de Publication 2019-09-28
Évaluation 3.88/5 Total 8 Évaluations
Développeur Dheeraj Dagar
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}