Eggy Car Unblocked

Eggy Car Unblocked: Play Your Favorite Game from Your Chrome Browser

Eggy Car Unblockedคืออะไร?

Eggy Car Unblocked เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PremiumGames และคุณลักษณะหลักของมันคือ "Eggy Car Unblocked: Play Your Favorite Game from Your Chrome Browser"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eggy Car Unblocked

ดาวน์โหลดไฟล์ส่วนขยาย Eggy Car Unblocked ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Welcome to the Eggy Car Unblocked Game! It's a fun and casual game.
You have a vehicle with an egg in it! Your task is to carry the egg as far as possible without shattering it. With all those slopes, that's easier said than done. You may enhance your automobile by collecting coins.
Eggy Car Unblocked Game is a light-hearted game that doesn't require too much concentration or strategy. It's a great way to take a break and unwind after a long day of school or studying.
The game is easy to learn and play, making it accessible to players of all skill levels. This means that even if you're not an experienced gamer, you can still have fun playing Eggy Car Unblocked Game.
The game has a fast-paced and challenging gameplay that can be very addictive. You'll want to keep playing to beat your high scores and see how far you can go. All your best scores will be saved locally.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Eggy Car Unblocked Eggy Car Unblocked
ID ojjgeogaagbiillmjkobaihanhkfgeic
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/eggy-car-unblocked/ojjgeogaagbiillmjkobaihanhkfgeic
คำอธิบาย Eggy Car Unblocked: Play Your Favorite Game from Your Chrome Browser
ขนาดไฟล์ 7.11 MB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2023-10-15
วันที่เผยแพร่ 2023-04-20
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา PremiumGames
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vR4vWa18V9W0y5vrxSa3lQ2Arp9mWwImu5btYQGCV1qBqqxONM6yCl4zCMYrJ3Cy3o4rJTSvWpGp9rs/pub?u
ภาษาที่รองรับ de,en,en-GB,en-US,fr,es,es-419,it,pt-BR,pt-PT
manifest.json
{
    "manifest_version": 3,
    "action": {
        "default_title": "Eggy Car Unblocked",
        "default_icon": "icon\/32.png"
    },
    "description": "__MSG_description__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "alarms",
        "storage"
    ],
    "version": "1.6",
    "background": {
        "service_worker": "service_worker.js"
    },
    "name": "__MSG_name__",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "polyfill\/attach.js",
                "polyfill\/chrome\/*",
                "polyfill\/edge\/*",
                "polyfill\/firefox\/*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en_US",
    "icons": {
        "128": "icon\/128.png",
        "64": "icon\/64.png",
        "48": "icon\/48.png",
        "32": "icon\/32.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.wikipedia.org\/*",
                "https:\/\/www.facebook.com\/*",
                "https:\/\/twitter.com\/*",
                "https:\/\/www.microsoft.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ]
}