Clean Up Google Homepage

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

Co je Clean Up Google Homepage?

Clean Up Google Homepage je rozšíření Chrome vyvinuté David Yang, a jeho hlavní funkcí je „This extension removes the footer, the About and Store links, and any promotions from the Google homepage.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Clean Up Google Homepage

Stáhněte si soubory rozšíření Clean Up Google Homepage ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Icon courtesy of https://icons8.com/                    

Základní Informace o Rozšíření

Název Clean Up Google Homepage Clean Up Google Homepage
ID cjpmgcoeopklmgpemggjigeedeomiaei
Oficiální URL https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei
Popis This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Velikost souboru 4.83 KB
Počet instalací 72
Aktuální Verze 0.0.0.2
Poslední Aktualizace 2018-02-16
Datum Vydání 2018-02-15
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář David Yang
Typ Platby free
Podporované Jazyky 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"
    }
}