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 |
官方網址 | 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" } |