Ping Pong Pro

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

Ping Pong Pro là gì?

Ping Pong Pro là một tiện ích mở rộng Chrome được phát triển bởi Dheeraj Dagar, và tính năng chính của nó là "Relive the 90's with this classic ping pong game. Developed by P&D.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ping Pong Pro

Tải xuống các tệp mở rộng Ping Pong Pro dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ping Pong Pro Ping Pong Pro
ID dgcpabogbpfgndfnfhjkhkjaniaigclf
URL Chính Thức https://chromewebstore.google.com/detail/ping-pong-pro/dgcpabogbpfgndfnfhjkhkjaniaigclf
Mô tả Relive the 90's with this classic ping pong game. Developed by P&D.
Kích Thước Tệp 8.41 KB
Số Lần Cài Đặt 4,185
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-09-28
Ngày Phát Hành 2019-09-28
Đánh Giá 3.88/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Dheeraj Dagar
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}