Color Dots

Shoot a ball with the same color button

Vad är Color Dots?

Color Dots är en Chrome-tillägg utvecklad av https://playtcubed.com, och dess huvudfunktion är "Shoot a ball with the same color button".

Tilläggsskärmbilder

screenshot

Ladda ner Color Dots-förlängningens CRX-fil

Ladda ner Color Dots-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Color Dots Color Dots
ID ocbimopnchgmaoakpiogcgpedmhojipo
Officiell webbadress https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo
Beskrivning Shoot a ball with the same color button
Filstorlek 2.24 MB
Antal Installationer 4,326
Aktuell Version 1.0.2
Senast Uppdaterad 2021-03-30
Publiceringsdatum 2021-01-03
Betyg 4.44/5 Totalt 9 Betyg
Utvecklare https://playtcubed.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://playtcubed.com/
Hjälpsida URL http://playtcubed.com/
URL till Sekretesspolicy Sidan https://playtcubed.com/privacy-policy
Stödda Språk 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\/*"
    ]
}