Color Dots

Shoot a ball with the same color button

Wat is Color Dots?

Color Dots is een Chrome-extensie ontwikkeld door https://playtcubed.com, en de belangrijkste functie is "Shoot a ball with the same color button".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Color Dots

Download Color Dots-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Color Dots Color Dots
ID ocbimopnchgmaoakpiogcgpedmhojipo
Officiële URL https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo
Beschrijving Shoot a ball with the same color button
Bestandsgrootte 2.24 MB
Aantal Installaties 4,326
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-03-30
Publicatiedatum 2021-01-03
Beoordeling 4.44/5 Totaal 9 Beoordelingen
Ontwikkelaar https://playtcubed.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://playtcubed.com/
Help Pagina-URL http://playtcubed.com/
URL van de Privacybeleid Pagina https://playtcubed.com/privacy-policy
Ondersteunde Talen 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\/*"
    ]
}