Clean Up Google Homepage
This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Wat is Clean Up Google Homepage?
Clean Up Google Homepage is een Chrome-extensie ontwikkeld door David Yang, en de belangrijkste functie is "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clean Up Google Homepage
Download Clean Up Google Homepage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Icon courtesy of https://icons8.com/
Basisinformatie over de Extensie
Naam | Clean Up Google Homepage |
ID | cjpmgcoeopklmgpemggjigeedeomiaei |
Officiële URL | https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei |
Beschrijving | This extension removes the footer, the About and Store links, and any promotions from the Google homepage. |
Bestandsgrootte | 4.83 KB |
Aantal Installaties | 72 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2018-02-16 |
Publicatiedatum | 2018-02-15 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | David Yang |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |