Color Dots

Shoot a ball with the same color button

Co je Color Dots?

Color Dots je rozšíření Chrome vyvinuté https://playtcubed.com, a jeho hlavní funkcí je „Shoot a ball with the same color button“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Color Dots

Stáhněte si soubory rozšíření Color Dots ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Color Dots Color Dots
ID ocbimopnchgmaoakpiogcgpedmhojipo
Oficiální URL https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo
Popis Shoot a ball with the same color button
Velikost souboru 2.24 MB
Počet instalací 4,326
Aktuální Verze 1.0.2
Poslední Aktualizace 2021-03-30
Datum Vydání 2021-01-03
Hodnocení 4.44/5 Celkem 9 Hodnocení
Vývojář https://playtcubed.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://playtcubed.com/
URL Stránky Nápovědy http://playtcubed.com/
URL Stránky Zásad Ochrany Soukromí https://playtcubed.com/privacy-policy
Podporované Jazyky 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\/*"
    ]
}