Color Dots

Shoot a ball with the same color button

什么是Color Dots?

Color Dots是由https://playtcubed.com开发的Chrome扩展程序,该扩展的主要功能是“Shoot a ball with the same color button”。

扩展截图

screenshot

下载Color Dots扩展crx文件

下载Color Dots扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Color Dots Color Dots
ID ocbimopnchgmaoakpiogcgpedmhojipo
官方URL https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo
简介 Shoot a ball with the same color button
文件大小 2.24 MB
安装次数 4,326
当前版本 1.0.2
更新时间 2021-03-30
上架时间 2021-01-03
评分 4.44/5 共9次评分
开发者 https://playtcubed.com
电子邮箱 [email protected]
付费类型 free
扩展官网 http://playtcubed.com/
帮助页面URL http://playtcubed.com/
隐私政策页面URL https://playtcubed.com/privacy-policy
支持的语言 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\/*"
    ]
}