Color Dots
Shoot a ball with the same color button
Was ist Color Dots?
Color Dots ist eine Chrome-Erweiterung, die von https://playtcubed.com entwickelt wurde, und ihr Hauptmerkmal ist "Shoot a ball with the same color button".
Erweiterungsscreenshots
Color Dots-Erweiterungs-CRX-Datei herunterladen
Laden Sie Color Dots-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Color Dots |
ID | ocbimopnchgmaoakpiogcgpedmhojipo |
Offizielle URL | https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo |
Beschreibung | Shoot a ball with the same color button |
Dateigröße | 2.24 MB |
Installationsanzahl | 4,326 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2021-03-30 |
Veröffentlichungsdatum | 2021-01-03 |
Bewertung | 4.44/5 Insgesamt 9 Bewertungen |
Entwickler | https://playtcubed.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://playtcubed.com/ |
Hilfeseite URL | http://playtcubed.com/ |
URL der Datenschutzrichtlinien-Seite | https://playtcubed.com/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } |