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 |
Eメール | [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" } |