Color Dots

Shoot a ball with the same color button

Color Dots là gì?

Color Dots là một tiện ích mở rộng Chrome được phát triển bởi https://playtcubed.com, và tính năng chính của nó là "Shoot a ball with the same color button".

Ả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 Color Dots

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

                        A colorful hyper casual  game. Just shoot a colored ball with the same colored button until the balls overwhelm you!

Versions
1.0.2 - Removed drawer

1.0.1 - Fixed bug that caused wrong color lasers to trigger

1.0.0 - Original                    

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

Tên Color Dots Color Dots
ID ocbimopnchgmaoakpiogcgpedmhojipo
URL Chính Thức https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo
Mô tả Shoot a ball with the same color button
Kích Thước Tệp 2.24 MB
Số Lần Cài Đặt 4,326
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-03-30
Ngày Phát Hành 2021-01-03
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://playtcubed.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://playtcubed.com/
URL Trang Trợ Giúp http://playtcubed.com/
URL Trang Chính Sách Bảo Mật https://playtcubed.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self';",
    "name": "Color Dots",
    "description": "Shoot a ball with the same color button",
    "version": "1.0.2",
    "icons": {
        "128": "game\/icons\/icon-128.png"
    },
    "background": {
        "page": "template\/background.html",
        "persistent": false
    },
    "browser_action": {
        "default_icon": "game\/icons\/icon-128.png",
        "default_popup": "\/game\/popup.html"
    },
    "externally_connectable": {
        "ids": [
            "*"
        ],
        "matches": [
            "https:\/\/*.playtcubed.com\/*",
            "http:\/\/*.playtcubed.com\/*",
            "https:\/\/*.tcubedstudios.com\/*",
            "http:\/\/*.tcubedstudios.com\/*"
        ]
    },
    "web_accessible_resources": [
        "game\/js\/*",
        "game\/libs\/*"
    ]
}