Clean Up Google Homepage
This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Was ist Clean Up Google Homepage?
Clean Up Google Homepage ist eine Chrome-Erweiterung, die von David Yang entwickelt wurde, und ihr Hauptmerkmal ist "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.".
Erweiterungsscreenshots
Clean Up Google Homepage-Erweiterungs-CRX-Datei herunterladen
Laden Sie Clean Up Google Homepage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Icon courtesy of https://icons8.com/
Grundlegende Informationen zur Erweiterung
Name | Clean Up Google Homepage |
ID | cjpmgcoeopklmgpemggjigeedeomiaei |
Offizielle URL | https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei |
Beschreibung | This extension removes the footer, the About and Store links, and any promotions from the Google homepage. |
Dateigröße | 4.83 KB |
Installationsanzahl | 72 |
Aktuelle Version | 0.0.0.2 |
Letztes Update | 2018-02-16 |
Veröffentlichungsdatum | 2018-02-15 |
Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
Entwickler | David Yang |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |