Color Dots

Shoot a ball with the same color button

O que é Color Dots?

Color Dots é uma extensão do Chrome desenvolvida por https://playtcubed.com, e sua principal característica é "Shoot a ball with the same color button".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Color Dots

Baixe arquivos de extensão Color Dots no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Color Dots Color Dots
ID ocbimopnchgmaoakpiogcgpedmhojipo
URL Oficial https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo
Descrição Shoot a ball with the same color button
Tamanho do Arquivo 2.24 MB
Contagem de Instalações 4,326
Versão Atual 1.0.2
Última Atualização 2021-03-30
Data de Publicação 2021-01-03
Classificação 4.44/5 Total de 9 Avaliações
Desenvolvedor https://playtcubed.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://playtcubed.com/
URL da Página de Ajuda http://playtcubed.com/
URL da Página de Política de Privacidade https://playtcubed.com/privacy-policy
Idiomas Suportados 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\/*"
    ]
}