The Dot Game
This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.
The Dot Gameとは何ですか?
The Dot Gameはdnakhoodaによって開発されたChromeの拡張機能で、その主な機能は「This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.」です。
拡張機能のスクリーンショット
The Dot Game拡張機能のCRXファイルをダウンロード
The Dot Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Hello, I will tell you how to and why you should, play my game. How to Play: In the first few levels of the game there is a dot (you), 2 obstacles and a goal. You use the left and right arrow keys to make the dot move left and right. You can use the arrow keys to go up a floor and use the down arrow key to go back down to the original level. If you touch a red obstacle you will go back to level 1 and start over.
拡張機能の基本情報
名前 | |
ID | ccdkhnkekclnbmcbbmkphappoipobabf |
公式URL | https://chromewebstore.google.com/detail/the-dot-game/ccdkhnkekclnbmcbbmkphappoipobabf |
説明 | This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end. |
ファイルサイズ | 215 KB |
インストール数 | 193 |
現在のバージョン | 1.2 |
最終更新日 | 2018-12-09 |
公開日 | 2018-12-05 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | dnakhooda |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Dot Game", "description": "This extention is a game. You are a dot and there are red obstacles that you have to avoid and get to the yellow end.", "version": "1.2", "browser_action": { "default_icon": "Icon.png", "default_popup": "Home.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "jquery-3.3.1.min.js", "Dot.js" ] } ], "permissions": [] } |