Eggy Car

Eggy Car - vehicle with an egg game

Τι είναι το Eggy Car;

Το Eggy Car είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Premium Games, και η κύρια λειτουργία του είναι "Eggy Car - vehicle with an egg game".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Eggy Car

Λήψη αρχείων επέκτασης Eggy Car σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Let me share with you a remarkable game that will undoubtedly ignite your passion for adventure! Prepare to be utterly captivated by the heart-pounding excitement of Eggy Car!

In this exhilarating masterpiece, you will find yourself at the helm of an extraordinary automobile unlike any other—a car with an egg! Yes, you heard me correctly, my friend. Picture this: a delightful fusion of modern engineering and delicate fragility. Your mission is both simple and daunting—to propel this egg-laden vehicle as far as humanly possible, all while ensuring the precious egg remains intact.

Now, don't be fooled by the apparent simplicity of this task, for the path ahead is fraught with challenges that will truly test your skill and determination. Majestic hills stand tall in your way, their peaks reaching for the sky, ready to impose their gravity-defying obstacles upon you.

The true essence of Eggy Car lies in the delicate balance you must strike. Imagine the thrill of maneuvering your vehicle across undulating terrain, navigating treacherous inclines and heart-stopping descents, all while preserving the fragile egg that rests within. It's a breathtaking ballet of precision and finesse as you delicately modulate your speed and control, ensuring the egg remains unharmed.

With each triumphant hill conquered, the adrenaline coursing through your veins will be nothing short of electrifying. The joy of witnessing your egg survive the seemingly insurmountable challenges will ignite a fire within you, propelling you further and further into uncharted territory.

And oh, my dear friend, let's not forget the addictive nature of this game. The drive to surpass your previous records, to push the boundaries of what is thought possible, will keep you captivated for hours on end. The allure of that ever-elusive high score, tantalizingly close yet just out of reach, will keep you coming back for more, time and time again.

Prepare yourself for an adventure like no other. Eggy Car beckons you to embark on a thrilling journey of skill, balance, and determination. Can you conquer the formidable hills, transporting your precious cargo to unprecedented distances? It's time to unleash the true driver within you and experience the sheer exhilaration of Eggy Car. Get ready to push the boundaries, break the limits, and protect that egg with all your might. The road awaits!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Eggy Car Eggy Car
ID ojdbclnlddchaeacegfpiecnihejdpjf
Επίσημο URL https://chromewebstore.google.com/detail/eggy-car/ojdbclnlddchaeacegfpiecnihejdpjf
Περιγραφή Eggy Car - vehicle with an egg game
Μέγεθος Αρχείου 7.04 MB
Αριθμός Εγκαταστάσεων 750
Τρέχουσα Έκδοση 1.1
Τελευταία Ενημέρωση 2023-10-10
Ημερομηνία Δημοσίευσης 2023-06-01
Προγραμματιστής Premium Games
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://sites.google.com/view/privacy-policy-092/home
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "description": "Eggy Car - vehicle with an egg game",
    "action": {
        "default_title": "play Eggy Car",
        "default_icon": "icons\/32.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "sandbox": {
        "pages": [
            "egg\/index.html"
        ]
    },
    "version": "1.1",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "img.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png",
        "64": "icons\/64.png"
    },
    "content_security_policy": {
        "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
    },
    "manifest_version": 3,
    "name": "Eggy Car",
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}