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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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. معلومات أساسية عن التمديد
| الاسم | |
| 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"
}
}
} | |