Candy Crush Saga New Tab & Game
Candy crush saga is played by combining at least 3 candies of the same color and shape and bursting them.
什么是Candy Crush Saga New Tab & Game?
Candy Crush Saga New Tab & Game是由Smart Chrome开发的Chrome扩展程序,该扩展的主要功能是“Candy crush saga is played by combining at least 3 candies of the same color and shape and bursting them.”。
扩展截图
下载Candy Crush Saga New Tab & Game扩展crx文件
下载Candy Crush Saga New Tab & Game扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The world's most popular mobile game Candy Crush Saga is now on Google Chrome. You can quickly enter the Candy Crush Saga game by downloading the extension specially prepared for Chrome. Just click the shortcut icon. That is all. Good luck.
扩展基本信息
名称 | |
ID | aikbbddbanlccgiopnhhemdjpdilbijc |
官方URL | https://chrome.google.com/webstore/detail/candy-crush-saga-new-tab/aikbbddbanlccgiopnhhemdjpdilbijc |
简介 | Candy crush saga is played by combining at least 3 candies of the same color and shape and bursting them. |
文件大小 | 7.82 MB |
安装次数 | 1,000 |
当前版本 | 2.1 |
更新时间 | 2022-03-21 |
上架时间 | 2022-03-21 |
评分 | 5.00/5 共1次评分 |
开发者 | Smart Chrome |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://gameograf.com/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "author": "gameograf", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "manifest_version": 3, "default_locale": "en", "version": "2.1", "offline_enabled": true, "chrome_url_overrides": { "newtab": "index.html" }, "action": { "default_icon": { "128": "img\/icon128.png" } }, "background": { "service_worker": "js\/bg.js" }, "icons": { "128": "img\/icon128.png" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |