Doodle Blocker for Google™

Removes doodles from Google™ homepage and search pages, replaces it with the Google™ logo.

Doodle Blocker for Google™란 무엇입니까?

Doodle Blocker for Google™은(는) https://cacarer.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes doodles from Google™ homepage and search pages, replaces it with the Google™ logo."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Doodle Blocker for Google™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This simple extension removes the Doodles for Google™ and puts the usual Google™ logo on all international websites in place of that Doodle.

- Do you like Google™ search page clean and simple without the Doodles showing up almost everyday these days?
- Do you like consistency in your home page?
This extension is for you!

☆☆☆☆☆ if you like it so others can find this extension as you did!
Thanks!

Please note that this extension (or no other extensions for that matter) is not allowed to edit your new page tab and remove the doodle from there. 

Permissions:
The permissions are for the extension to work on all international Google TLDs.

Source code:
https://github.com/cansinacarer/Doodle-Blocker-for-Google

Latest fixes:
- Works with updated Google home page.
- Logo is not gray in the toolbar any more.                    

확장 프로그램 기본 정보

이름 Doodle Blocker for Google™ Doodle Blocker for Google™
ID jfcifhfgpkjakpfmilfkfjnfabgmhpnl
공식 URL https://chromewebstore.google.com/detail/doodle-blocker-for-google/jfcifhfgpkjakpfmilfkfjnfabgmhpnl
설명 Removes doodles from Google™ homepage and search pages, replaces it with the Google™ logo.
파일 크기 107 KB
설치 횟수 34,556
현재 버전 1.10
최근 업데이트 2022-09-06
출시 날짜 2018-11-03
평점 2.40/5 총 85 개의 평점
개발자 https://cacarer.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cacarer.com/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doodle Blocker for Google\u2122",
    "description": "Removes doodles from Google\u2122 homepage and search pages, replaces it with the Google\u2122 logo.",
    "version": "1.10",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "action.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/www.google.*\/*",
                "https:\/\/www.google.*\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "1024": "img\/icon1024.png"
    },
    "manifest_version": 3
}