Eat Everywhere

Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.

Eat Everywhere là gì?

Eat Everywhere là một tiện ích mở rộng Chrome được phát triển bởi Etienne Etienne, và tính năng chính của nó là "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Eat Everywhere

Tải xuống các tệp mở rộng Eat Everywhere dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Eat Everywhere Eat Everywhere
ID ppjloajfhiekeobgkbadaahcgibakobn
URL Chính Thức https://chromewebstore.google.com/detail/eat-everywhere/ppjloajfhiekeobgkbadaahcgibakobn
Mô tả Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.
Kích Thước Tệp 10.2 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2016-04-16
Ngày Phát Hành 2016-04-16
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Etienne Etienne
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}