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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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'"
}