Ping Pong Pro
Relive the 90's with this classic ping pong game. Developed by P&D.
Τι είναι το Ping Pong Pro;
Το Ping Pong Pro είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Dheeraj Dagar, και η κύρια λειτουργία του είναι "Relive the 90's with this classic ping pong game. Developed by P&D.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ping Pong Pro
Λήψη αρχείων επέκτασης Ping Pong Pro σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Ping Pong Pro |
ID | dgcpabogbpfgndfnfhjkhkjaniaigclf |
Επίσημο URL | https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf |
Περιγραφή | Relive the 90's with this classic ping pong game. Developed by P&D. |
Μέγεθος Αρχείου | 8.41 KB |
Αριθμός Εγκαταστάσεων | 4,185 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2019-09-28 |
Ημερομηνία Δημοσίευσης | 2019-09-28 |
Αξιολόγηση | 3.88/5 Συνολικά 8 Αξιολογήσεις |
Προγραμματιστής | Dheeraj Dagar |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } } |