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
What is Google Doodle Games for Chrome™?
Google Doodle Games for Chrome™ is a Chrome extension developed by https://monkeymart.org, and its main feature is "Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way".
Extension Screenshots
Download Google Doodle Games for Chrome™ Extension CRX File
Download Google Doodle Games for Chrome™ 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
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!
Extension Basic Information
Name | Google Doodle Games for Chrome™ |
ID | jpkmejpphhbneofjacfbbnmanhjpfcen |
Official URL | https://chromewebstore.google.com/detail/google-doodle-games-for-c/jpkmejpphhbneofjacfbbnmanhjpfcen |
Description | Google Doodle Games is a fun small game celebrates holidays, events, achievements and people, and anniversaries in a unique way |
File Size | 2.68 MB |
Installation Count | 94 |
Current Version | 1.0 |
Last Updated | 2023-11-21 |
Publish Date | 2023-05-12 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://monkeymart.org |
[email protected] | |
Payment Type | free |
Extension Website | https://monkeymart.org/ |
Privacy Policy Page URL | https://fg4u.net/privacy-policy |
Supported Languages | 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" } } |