Clean Up Google Homepage

This extension removes the footer, the About and Store links, and any promotions from the Google homepage.

What is Clean Up Google Homepage?

Clean Up Google Homepage is a Chrome extension developed by David Yang, and its main feature is "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.".

Extension Screenshots

screenshot
screenshot

Download Clean Up Google Homepage Extension CRX File

Download Clean Up Google Homepage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Icon courtesy of https://icons8.com/                    

Extension Basic Information

Name Clean Up Google Homepage Clean Up Google Homepage
ID cjpmgcoeopklmgpemggjigeedeomiaei
Official URL https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei
Description This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
File Size 4.83 KB
Installation Count 72
Current Version 0.0.0.2
Last Updated 2018-02-16
Publish Date 2018-02-15
Rating 3.00/5 Total 2 Ratings
Developer David Yang
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean Up Google Homepage",
    "description": "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.",
    "version": "0.0.0.2",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ],
    "page_action": {
        "default_title": "Clean Up Google Homepage"
    }
}