Color Dots
Shoot a ball with the same color button
Qu'est-ce que Color Dots ?
Color Dots est une extension Chrome développée par https://playtcubed.com, et sa fonction principale est "Shoot a ball with the same color button".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Color Dots
Téléchargez les fichiers d'extension Color Dots au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Color Dots |
ID | ocbimopnchgmaoakpiogcgpedmhojipo |
URL Officiel | https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo |
Description | Shoot a ball with the same color button |
Taille du Fichier | 2.24 MB |
Nombre d'Installations | 4,326 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2021-03-30 |
Date de Publication | 2021-01-03 |
Évaluation | 4.44/5 Total 9 Évaluations |
Développeur | https://playtcubed.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://playtcubed.com/ |
URL de la Page d'Aide | http://playtcubed.com/ |
URL de la Page de Politique de Confidentialité | https://playtcubed.com/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |