Color Dots
Shoot a ball with the same color button
What is Color Dots?
Color Dots is a Chrome extension developed by https://playtcubed.com, and its main feature is "Shoot a ball with the same color button".
Extension Screenshots
Download Color Dots Extension CRX File
Download Color Dots extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Color Dots |
ID | ocbimopnchgmaoakpiogcgpedmhojipo |
Official URL | https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo |
Description | Shoot a ball with the same color button |
File Size | 2.24 MB |
Installation Count | 4,326 |
Current Version | 1.0.2 |
Last Updated | 2021-03-30 |
Publish Date | 2021-01-03 |
Rating | 4.44/5 Total 9 Ratings |
Developer | https://playtcubed.com |
[email protected] | |
Payment Type | free |
Extension Website | http://playtcubed.com/ |
Help Page URL | http://playtcubed.com/ |
Privacy Policy Page URL | https://playtcubed.com/privacy-policy |
Supported Languages | 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\/*" ] } |