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

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

확장 프로그램 사용 설명서

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