Google Doodle Games for Chrome™

Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way

Τι είναι το Google Doodle Games for Chrome™;

Το Google Doodle Games for Chrome™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://monkeymart.org, και η κύρια λειτουργία του είναι "Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Google Doodle Games for Chrome™

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

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

                        With our extension, you can easily compile the most popular and enjoyable Google Doodle games and even add your favorite titles to your list of favorites. However, in recent years, Google has taken this one step further by creating games that are accessible through the Google Doodle. These games are simple, yet entertaining, and can provide hours of fun for people of all ages.
Please vote us 5 start if you love this extension! thanks!                    

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

Όνομα Google Doodle Games for Chrome™ Google Doodle Games for Chrome™
ID jpkmejpphhbneofjacfbbnmanhjpfcen
Επίσημο URL https://chromewebstore.google.com/detail/google-doodle-games-for-c/jpkmejpphhbneofjacfbbnmanhjpfcen
Περιγραφή Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way
Μέγεθος Αρχείου 2.68 MB
Αριθμός Εγκαταστάσεων 94
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-11-21
Ημερομηνία Δημοσίευσης 2023-05-12
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής https://monkeymart.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://monkeymart.org/
URL της Σελίδας Πολιτικής Απορρήτου https://fg4u.net/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Doodle Games for Chrome\u2122",
    "description": "Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "512": "icons\/icon512.png",
            "256": "icons\/icon256.png",
            "128": "icons\/icon128.png",
            "64": "icons\/icon64.png",
            "48": "icons\/icon48.png",
            "32": "icons\/icon32.png",
            "16": "icons\/icon16.png"
        }
    },
    "icons": {
        "512": "icons\/icon512.png",
        "256": "icons\/icon256.png",
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "48": "icons\/icon48.png",
        "32": "icons\/icon32.png",
        "16": "icons\/icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "js\/background.js"
    }
}