Eat Everywhere

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

ما هو Eat Everywhere؟

Eat Everywhere هو إضافة Chrome تم تطويرها بواسطة Etienne Etienne، والميزة الرئيسية لها هي "Eat yellow dots but watch out for pink dots. Run the game everywhere on the Internet.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Eat Everywhere

قم بتنزيل ملفات الامتداد Eat Everywhere بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}