Clean Up Google Homepage

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

Τι είναι το Clean Up Google Homepage;

Το Clean Up Google Homepage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον David Yang, και η κύρια λειτουργία του είναι "This extension removes the footer, the About and Store links, and any promotions from the Google homepage.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Clean Up Google Homepage

Λήψη αρχείων επέκτασης Clean Up Google Homepage σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Icon courtesy of https://icons8.com/                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Clean Up Google Homepage Clean Up Google Homepage
ID cjpmgcoeopklmgpemggjigeedeomiaei
Επίσημο URL https://chromewebstore.google.com/detail/clean-up-google-homepage/cjpmgcoeopklmgpemggjigeedeomiaei
Περιγραφή This extension removes the footer, the About and Store links, and any promotions from the Google homepage.
Μέγεθος Αρχείου 4.83 KB
Αριθμός Εγκαταστάσεων 72
Τρέχουσα Έκδοση 0.0.0.2
Τελευταία Ενημέρωση 2018-02-16
Ημερομηνία Δημοσίευσης 2018-02-15
Αξιολόγηση 3.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής David Yang
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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"
    }
}