Pool Billiards

Pool Billiards game in popup

Pool Billiardsคืออะไร?

Pool Billiards เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Games Classic และคุณลักษณะหลักของมันคือ "Pool Billiards game in popup"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Pool Billiards

ดาวน์โหลดไฟล์ส่วนขยาย Pool Billiards ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Our new browser extension game is a thrilling twist on classic billiards that will test your speed and accuracy. With stunning 3D graphics and challenging gameplay, you'll be hooked from the start.

In this game, you'll use the cue ball to strike the other balls and try to sink as many as possible before the time runs out. Each level presents a different rack of balls, so you'll need to switch up your strategy to succeed. The more balls you sink in a row, the higher your score will be. The game also includes a score multiplier to increase your points even further.

To play, simply touch the cue ball to aim and knock in as many balls as you can. You'll need to sink a total of 10 balls to win the game. If you need a break, you can pause the game at any time. The best score counter and max potting streak counter will keep track of your progress, while the balls potted counter will let you know how many you've sunk.

Billiards is a classic game that has been enjoyed by people of all ages for centuries. Whether you're playing on a traditional pool table or a virtual one, the goal is always the same: sink as many balls as you can before your opponent does. That's why our browser extension game is perfect for anyone looking to sharpen their skills on the pool table.

Whether you're a seasoned billiards player or new to the game, our browser extension game is sure to provide hours of entertainment. It's the perfect way to pass the time and have fun while improving your billiards skills. So why wait? Get ready to rack up the points and sink some balls on the pool table! With the special challenge of quickness and 3D graphics, this game of billiards is sure to win you over.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Pool Billiards Pool Billiards
ID fmkdckjkgmnfbpjaaodbnmbjipmohecl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pool-billiards/fmkdckjkgmnfbpjaaodbnmbjipmohecl
คำอธิบาย Pool Billiards game in popup
ขนาดไฟล์ 1.79 MB
จำนวนการติดตั้ง 6,240
เวอร์ชันปัจจุบัน 1.0.0.2
อัปเดตครั้งล่าสุด 2022-12-30
วันที่เผยแพร่ 2022-01-06
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Games Classic
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://bit.ly/3wwRKgg
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "superagent.js",
            "anticheat.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_appButtonDesc__"
    },
    "content_security_policy": "script-src 'self' blob: 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icons\/icon128.png",
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "https:\/\/*\/*"
    ],
    "version": "1.0.0.2"
}