Eat Everywhere
Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.
Eat Everywhereとは何ですか?
Eat EverywhereはEtienne Etienneによって開発されたChromeの拡張機能で、その主な機能は「Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.」です。
拡張機能のスクリーンショット
Eat Everywhere拡張機能のCRXファイルをダウンロード
Eat Everywhere拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet. Control your green dot by moving your mouse. Boost your green dot by clicking on your mouse. This costs 1 point. To start the game, click on the extension icon. To stop the game, click on the extension icon again. Have fun!
拡張機能の基本情報
名前 | |
ID | ppjloajfhiekeobgkbadaahcgibakobn |
公式URL | https://chromewebstore.google.com/detail/eat-everywhere/ppjloajfhiekeobgkbadaahcgibakobn |
説明 | Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet. |
ファイルサイズ | 10.2 KB |
インストール数 | 17 |
現在のバージョン | 2.1 |
最終更新日 | 2016-04-16 |
公開日 | 2016-04-16 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Etienne Etienne |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eat Everywhere", "description": "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.", "version": "2.1", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Start \/ Stop the game." }, "icons": { "16": "icon16.png", "48": "icon48.png" }, "manifest_version": 2 } |