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文件

下载Doodle Blocker for Google™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
}