Color Dots
Shoot a ball with the same color button
Co to jest Color Dots?
Color Dots to rozszerzenie Chrome opracowane przez https://playtcubed.com, a jego główną funkcją jest „Shoot a ball with the same color button”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Color Dots
Pobierz pliki rozszerzeń Color Dots w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Color Dots |
ID | ocbimopnchgmaoakpiogcgpedmhojipo |
Oficjalny URL | https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo |
Opis | Shoot a ball with the same color button |
Rozmiar pliku | 2.24 MB |
Liczba instalacji | 4,326 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2021-03-30 |
Data Publikacji | 2021-01-03 |
Ocena | 4.44/5 Łącznie 9 Oceny |
Deweloper | https://playtcubed.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://playtcubed.com/ |
Adres URL Strony Pomocy | http://playtcubed.com/ |
Adres URL Strony Polityki Prywatności | https://playtcubed.com/privacy-policy |
Obsługiwane Języki | 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\/*" ] } |