Doodle games collection

Google Doodle Games are interactive games that are displayed on Google's homepage. Doodles games collected in one extensions. Play!

What is Doodle games collection?

Doodle games collection is a Chrome extension developed by Bronson, and its main feature is "Google Doodle Games are interactive games that are displayed on Google's homepage. Doodles games collected in one extensions. Play!".

Extension Screenshots

screenshot
screenshot

Download Doodle games collection Extension CRX File

Download Doodle games collection extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        To make it easier for you to access and play these games, we have created a convenient extension that aggregates all the games made by Google Doodle in one place. The extension includes popular games such as Soccer, Cricket, Basketball, Rubik's Cube, Halloween games, and much more.

This extension ensures that you can play all your favorite Google Doodle games anytime and anywhere, without the need to search for them individually on the internet. It's perfect for those times when you want to take a break from work or study and indulge in some casual gaming.

Whether you are a fan of sports, puzzles, or just want to explore different games, this extension has something for everyone. Moreover, we ensure that the collection is always up-to-date with the latest games made by Google Doodle. So, you can rest assured that you won't miss any of the fun and exciting games that Google Doodle comes up with.                    

Extension Basic Information

Name Doodle games collection Doodle games collection
ID pjebhlfhlmpkkikjbhecbmmnabjadlfm
Official URL https://chromewebstore.google.com/detail/doodle-games-collection/pjebhlfhlmpkkikjbhecbmmnabjadlfm
Description Google Doodle Games are interactive games that are displayed on Google's homepage. Doodles games collected in one extensions. Play!
File Size 219 KB
Installation Count 20,000
Current Version 2.2
Last Updated 2023-06-07
Publish Date 2019-09-05
Rating 3.41/5 Total 187 Ratings
Developer Bronson
Email [email protected]
Payment Type free
Extension Website https://custom-logo.loogl.net
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.2",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'sha256-WzTtSIEKLfMd3BdSrKLeg04tKMpN6JMQhJ\/kIHlpSHw='; object-src 'self'"
}