Clean Up Google Homepage

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

Co to jest Clean Up Google Homepage?

Clean Up Google Homepage to rozszerzenie Chrome opracowane przez David Yang, a jego główną funkcją jest „This extension removes the footer, the About and Store links, and any promotions from the Google homepage.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Clean Up Google Homepage

Pobierz pliki rozszerzeń Clean Up Google Homepage w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Icon courtesy of https://icons8.com/                    

Podstawowe informacje o rozszerzeniu

Nazwa Clean Up Google Homepage Clean Up Google Homepage
ID cjpmgcoeopklmgpemggjigeedeomiaei
Oficjalny URL https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei
Opis This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Rozmiar pliku 4.83 KB
Liczba instalacji 72
Aktualna Wersja 0.0.0.2
Ostatnia Aktualizacja 2018-02-16
Data Publikacji 2018-02-15
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper David Yang
Typ Płatności free
Obsługiwane Języki 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"
    }
}