Ping Pong Pro
Relive the 90's with this classic ping pong game. Developed by P&D.
Ping Pong Pro क्या है?
Ping Pong Pro Dheeraj Dagar द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Relive the 90's with this classic ping pong game. Developed by P&D."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ping Pong Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } } |