Clean Up Google Homepage
This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Cos'è Clean Up Google Homepage?
Clean Up Google Homepage è un'estensione di Chrome sviluppata da David Yang, e la sua funzione principale è "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clean Up Google Homepage
Scarica i file di estensione Clean Up Google Homepage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Icon courtesy of https://icons8.com/ Informazioni di Base sull'Estensione
| Nome | |
| ID | cjpmgcoeopklmgpemggjigeedeomiaei |
| URL Ufficiale | https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei |
| Descrizione | This extension removes the footer, the About and Store links, and any promotions from the Google homepage. |
| Dimensione del File | 4.83 KB |
| Conteggio Installazioni | 72 |
| Versione Corrente | 0.0.0.2 |
| Ultimo Aggiornamento | 2018-02-16 |
| Data di Pubblicazione | 2018-02-15 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | David Yang |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
}
} | |