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.”。

扩展截图

screenshot

下载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!                    

扩展基本信息

名称 Eat Everywhere Eat Everywhere
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
}