Color Dots
Shoot a ball with the same color button
Apa itu Color Dots?
Color Dots adalah ekstensi Chrome yang dikembangkan oleh https://playtcubed.com, dan fitur utamanya adalah "Shoot a ball with the same color button".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Color Dots
Unduh file ekstensi Color Dots dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Color Dots |
ID | ocbimopnchgmaoakpiogcgpedmhojipo |
URL Resmi | https://chromewebstore.google.com/detail/color-dots/ocbimopnchgmaoakpiogcgpedmhojipo |
Deskripsi | Shoot a ball with the same color button |
Ukuran File | 2.24 MB |
Jumlah Instalasi | 4,326 |
Versi Saat Ini | 1.0.2 |
Terakhir Diperbarui | 2021-03-30 |
Tanggal Publikasi | 2021-01-03 |
Penilaian | 4.44/5 Total 9 Penilaian |
Pengembang | https://playtcubed.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://playtcubed.com/ |
URL Halaman Bantuan | http://playtcubed.com/ |
URL Halaman Kebijakan Privasi | https://playtcubed.com/privacy-policy |
Bahasa yang Didukung | 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\/*" ] } |