Color Dots

Shoot a ball with the same color button

Hvad er Color Dots?

Color Dots er en Chrome-udvidelse udviklet af https://playtcubed.com, og dens hovedfunktion er "Shoot a ball with the same color button".

Udvidelsesskærmbilleder

screenshot

Download Color Dots-udvidelses-CRX-fil

Download Color Dots-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Color Dots Color Dots
ID ocbimopnchgmaoakpiogcgpedmhojipo
Officiel URL https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo
Beskrivelse Shoot a ball with the same color button
Filstørrelse 2.24 MB
Antal Installationer 4,326
Nuværende Version 1.0.2
Senest Opdateret 2021-03-30
Udgivelsesdato 2021-01-03
Bedømmelse 4.44/5 Samlet 9 Bedømmelser
Udvikler https://playtcubed.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://playtcubed.com/
Hjælpeside-URL http://playtcubed.com/
URL til Fortrolighedspolitik Side https://playtcubed.com/privacy-policy
Understøttede Sprog 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\/*"
    ]
}