Drift Boss

Drift Boss Game: Maneuver your car along twists and turns

Drift Boss là gì?

Drift Boss là một tiện ích mở rộng Chrome được phát triển bởi Premium Games, và tính năng chính của nó là "Drift Boss Game: Maneuver your car along twists and turns".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Drift Boss 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

                        Drift Boss is a popular drifting game in which you have to stay on the zig zagging road. Drift through the bends and make sure your car doesn’t tumble over the edge of the floating path.

How to Play:
Drift Boss is a simple, straight-forward game. To control the car, all you have to do is click to go right and release the button to go left. Press the left mouse button or the space key to drift to the right.

However, timing and looking ahead is the key to staying on the platform. There will be tricky spots, like bumps, which you have to compensate for when you turn corners. Some platforms are also more narrow and require precise judgment when turning.

Rewards:
The more you play Drift Boss, the easier it is to avoid falling off the platform. There are several ways the game rewards you for your progress.

Spin to win – spin to win rewards are random prizes that can occur at any time in the game.

These rewards are either boosters, or coins that you can use to purchase anything from boosters to cars with better handling. Boosters are perks offered at the start of each game to help boost your performance. These include double score, car insurance, and coin rush, which are available for one run only.

Features:
- Play easily with one-button controls
- Unlockable vehicles with upgraded handling
- Progress rewarded daily

Ads notice: the game page may contain a small banner to our partners gaming site. In addition, there are no more ads in this extension. Enjoy the game without distractions.                    

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

Tên Drift Boss Drift Boss
ID cncmplepiflkpgakdohedpbdigojljai
URL Chính Thức https://chromewebstore.google.com/detail/drift-boss/cncmplepiflkpgakdohedpbdigojljai
Mô tả Drift Boss Game: Maneuver your car along twists and turns
Kích Thước Tệp 4.21 MB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 3D
Cập Nhật Lần Cuối 2023-08-28
Ngày Phát Hành 2023-05-31
Nhà Phát Triển Premium Games
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/privacy-policy-092/home
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "img.js"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "Drift Boss",
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
    },
    "version": "1.0.0",
    "version_name": "3D",
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Drift Boss Game: Maneuver your car along twists and turns",
    "icons": {
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "manifest_version": 3,
    "action": {
        "default_title": "Drift Boss",
        "default_icon": "icons\/32.png"
    }
}