Google Ad Highlighter

Change the way that Google search ads appear, so that you can tell them from organic results.

Τι είναι το Google Ad Highlighter;

Το Google Ad Highlighter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://mackgrenfell.com, και η κύρια λειτουργία του είναι "Change the way that Google search ads appear, so that you can tell them from organic results.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Google Ad Highlighter

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

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

                        With the changes Google have made to how ads appear in search results, it's becoming increasingly difficult to tell what are ads and what are organic results.

This extension reverts some of this behaviour, by highlighting ads in the green colour that Google used up to the start of 2020.

This way, you can still see ads, but they're much easier to differentiate from organic results.                    

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

Όνομα Google Ad Highlighter Google Ad Highlighter
ID efdnfkeepomldekelmahchfniegccmhn
Επίσημο URL https://chrome.google.com/webstore/detail/google-ad-highlighter/efdnfkeepomldekelmahchfniegccmhn
Περιγραφή Change the way that Google search ads appear, so that you can tell them from organic results.
Μέγεθος Αρχείου 9.77 KB
Αριθμός Εγκαταστάσεων 49
Τρέχουσα Έκδοση 0.0.1
Τελευταία Ενημέρωση 2020-01-27
Ημερομηνία Δημοσίευσης 2020-01-27
Αξιολόγηση 3.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής http://mackgrenfell.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Ad Highlighter",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Change the way that Google search ads appear, so that you can tell them from organic results.",
    "homepage_url": "https:\/\/mackgrenfell.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "contentSettings"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/search*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}