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」です。

拡張機能のスクリーンショット

screenshot

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