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 |
官方網址 | 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 } |