Color Dots
Shoot a ball with the same color button
Что такое Color Dots?
Color Dots - это расширение Chrome, разработанное https://playtcubed.com, и его основная функция - "Shoot a ball with the same color button".
Снимки экрана расширения
Скачать файл CRX расширения Color Dots
Скачайте файлы расширений Color Dots в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Color Dots |
ID | ocbimopnchgmaoakpiogcgpedmhojipo |
Официальный URL | https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo |
Описание | Shoot a ball with the same color button |
Размер файла | 2.24 MB |
Количество установок | 4,326 |
Текущая Версия | 1.0.2 |
Последнее Обновление | 2021-03-30 |
Дата публикации | 2021-01-03 |
Рейтинг | 4.44/5 Всего 9 оценок |
Разработчик | https://playtcubed.com |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://playtcubed.com/ |
URL страницы помощи | http://playtcubed.com/ |
URL страницы политики конфиденциальности | https://playtcubed.com/privacy-policy |
Поддерживаемые языки | 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\/*" ] } |