Doodle games collection

Google Doodle Games are interactive games that are displayed on Google's homepage. Doodles games collected in one extensions. Play!

Doodle games collectionとは何ですか?

Doodle games collectionはBronsonによって開発されたChromeの拡張機能で、その主な機能は「Google Doodle Games are interactive games that are displayed on Google's homepage. Doodles games collected in one extensions. Play!」です。

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

screenshot
screenshot

Doodle games collection拡張機能のCRXファイルをダウンロード

Doodle games collection拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        To make it easier for you to access and play these games, we have created a convenient extension that aggregates all the games made by Google Doodle in one place. The extension includes popular games such as Soccer, Cricket, Basketball, Rubik's Cube, Halloween games, and much more.

This extension ensures that you can play all your favorite Google Doodle games anytime and anywhere, without the need to search for them individually on the internet. It's perfect for those times when you want to take a break from work or study and indulge in some casual gaming.

Whether you are a fan of sports, puzzles, or just want to explore different games, this extension has something for everyone. Moreover, we ensure that the collection is always up-to-date with the latest games made by Google Doodle. So, you can rest assured that you won't miss any of the fun and exciting games that Google Doodle comes up with.                    

拡張機能の基本情報

名前 Doodle games collection Doodle games collection
ID pjebhlfhlmpkkikjbhecbmmnabjadlfm
公式URL https://chromewebstore.google.com/detail/doodle-games-collection/pjebhlfhlmpkkikjbhecbmmnabjadlfm
説明 Google Doodle Games are interactive games that are displayed on Google's homepage. Doodles games collected in one extensions. Play!
ファイルサイズ 219 KB
インストール数 20,000
現在のバージョン 2.2
最終更新日 2023-06-07
公開日 2019-09-05
評価 3.41/5 合計 187 レビュー
開発者 Bronson
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://custom-logo.loogl.net
対応言語 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "2.2",
    "manifest_version": 2,
    "description": "__MSG_description__",
    "default_locale": "en",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_security_policy": "script-src 'self' 'sha256-WzTtSIEKLfMd3BdSrKLeg04tKMpN6JMQhJ\/kIHlpSHw='; object-src 'self'"
}