Doodle games collection

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

O que é Doodle games collection?

Doodle games collection é uma extensão do Chrome desenvolvida por Bronson, e sua principal característica é "Google Doodle Games are interactive games that are displayed on Google's homepage. Doodles games collected in one extensions. Play!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Doodle games collection

Baixe arquivos de extensão Doodle games collection no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Doodle games collection Doodle games collection
ID pjebhlfhlmpkkikjbhecbmmnabjadlfm
URL Oficial https://chromewebstore.google.com/detail/doodle-games-collection/pjebhlfhlmpkkikjbhecbmmnabjadlfm
Descrição Google Doodle Games are interactive games that are displayed on Google's homepage. Doodles games collected in one extensions. Play!
Tamanho do Arquivo 219 KB
Contagem de Instalações 20,000
Versão Atual 2.2
Última Atualização 2023-06-07
Data de Publicação 2019-09-05
Classificação 3.41/5 Total de 187 Avaliações
Desenvolvedor Bronson
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://custom-logo.loogl.net
Idiomas Suportados 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'"
}