Color Dots
Shoot a ball with the same color button
Color Dotsとは何ですか?
Color Dotsはhttps://playtcubed.comによって開発されたChromeの拡張機能で、その主な機能は「Shoot a ball with the same color button」です。
拡張機能のスクリーンショット
Color Dots拡張機能のCRXファイルをダウンロード
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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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\/*"
]
} | |