Clean Up Google Homepage

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

Qu'est-ce que Clean Up Google Homepage ?

Clean Up Google Homepage est une extension Chrome développée par David Yang, et sa fonction principale est "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Clean Up Google Homepage

Téléchargez les fichiers d'extension Clean Up Google Homepage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Icon courtesy of https://icons8.com/                    

Informations de Base sur l'Extension

Nom Clean Up Google Homepage Clean Up Google Homepage
ID cjpmgcoeopklmgpemggjigeedeomiaei
URL Officiel https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei
Description This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Taille du Fichier 4.83 KB
Nombre d'Installations 72
Version Actuelle 0.0.0.2
Dernière Mise à Jour 2018-02-16
Date de Publication 2018-02-15
Évaluation 3.00/5 Total 2 Évaluations
Développeur David Yang
Type de Paiement free
Langues Prises en Charge 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"
    }
}