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™是由https://monkeymart.org开发的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™扩展crx文件
下载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™ |
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" } } |