Clean Up Google Homepage
This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
O que é Clean Up Google Homepage?
Clean Up Google Homepage é uma extensão do Chrome desenvolvida por David Yang, e sua principal característica é "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Clean Up Google Homepage
Baixe arquivos de extensão Clean Up Google Homepage no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Icon courtesy of https://icons8.com/
Informações Básicas da Extensão
Nome | Clean Up Google Homepage |
ID | cjpmgcoeopklmgpemggjigeedeomiaei |
URL Oficial | https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei |
Descrição | This extension removes the footer, the About and Store links, and any promotions from the Google homepage. |
Tamanho do Arquivo | 4.83 KB |
Contagem de Instalações | 72 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2018-02-16 |
Data de Publicação | 2018-02-15 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | David Yang |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |