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
O que é Google Doodle Games for Chrome™?
Google Doodle Games for Chrome™ é uma extensão do Chrome desenvolvida por https://monkeymart.org, e sua principal característica é "Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Doodle Games for Chrome™
Baixe arquivos de extensão Google Doodle Games for Chrome™ 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
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!
Informações Básicas da Extensão
Nome | Google Doodle Games for Chrome™ |
ID | jpkmejpphhbneofjacfbbnmanhjpfcen |
URL Oficial | https://chromewebstore.google.com/detail/google-doodle-games-for-c/jpkmejpphhbneofjacfbbnmanhjpfcen |
Descrição | Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way |
Tamanho do Arquivo | 2.68 MB |
Contagem de Instalações | 94 |
Versão Atual | 1.0 |
Última Atualização | 2023-11-21 |
Data de Publicação | 2023-05-12 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://monkeymart.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://monkeymart.org/ |
URL da Página de Política de Privacidade | https://fg4u.net/privacy-policy |
Idiomas Suportados | 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" } } |