Doodle Blocker for Google™

Removes doodles from Google™ homepage and search pages, replaces it with the Google™ logo.

Τι είναι το Doodle Blocker for Google™;

Το Doodle Blocker for Google™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://cacarer.com, και η κύρια λειτουργία του είναι "Removes doodles from Google™ homepage and search pages, replaces it with the Google™ logo.".

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

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Doodle Blocker for Google™

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

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

                        This simple extension removes the Doodles for Google™ and puts the usual Google™ logo on all international websites in place of that Doodle.

- Do you like Google™ search page clean and simple without the Doodles showing up almost everyday these days?
- Do you like consistency in your home page?
This extension is for you!

☆☆☆☆☆ if you like it so others can find this extension as you did!
Thanks!

Please note that this extension (or no other extensions for that matter) is not allowed to edit your new page tab and remove the doodle from there. 

Permissions:
The permissions are for the extension to work on all international Google TLDs.

Source code:
https://github.com/cansinacarer/Doodle-Blocker-for-Google

Latest fixes:
- Works with updated Google home page.
- Logo is not gray in the toolbar any more.                    

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

Όνομα Doodle Blocker for Google™ Doodle Blocker for Google™
ID jfcifhfgpkjakpfmilfkfjnfabgmhpnl
Επίσημο URL https://chromewebstore.google.com/detail/doodle-blocker-for-google/jfcifhfgpkjakpfmilfkfjnfabgmhpnl
Περιγραφή Removes doodles from Google™ homepage and search pages, replaces it with the Google™ logo.
Μέγεθος Αρχείου 107 KB
Αριθμός Εγκαταστάσεων 34,556
Τρέχουσα Έκδοση 1.10
Τελευταία Ενημέρωση 2022-09-06
Ημερομηνία Δημοσίευσης 2018-11-03
Αξιολόγηση 2.40/5 Συνολικά 85 Αξιολογήσεις
Προγραμματιστής https://cacarer.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.cacarer.com/
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Doodle Blocker for Google\u2122",
    "description": "Removes doodles from Google\u2122 homepage and search pages, replaces it with the Google\u2122 logo.",
    "version": "1.10",
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery.min.js",
                "action.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "http:\/\/www.google.*\/*",
                "https:\/\/www.google.*\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "1024": "img\/icon1024.png"
    },
    "manifest_version": 3
}