Ads Highlight

Highlights Search Results Ads

Qu'est-ce que Ads Highlight ?

Ads Highlight est une extension Chrome développée par yaadsuiss, et sa fonction principale est "Highlights Search Results Ads".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Ads Highlight

Téléchargez les fichiers d'extension Ads Highlight 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

                        Highlights Search Results Ads
Once installed, "Ads Highlight" monitors the search result of top search engines and highlights in color any Advertisement that might be hidden in the search results. 
Tired of being tricked into clicking an Advertisement in one of the top search results?
Missed the small "Ad" banner besides the search result?
Add "ADS HIGHLIGHTER" Extension and never miss an Ad again in your life. 
With "ADS HIGHLIGHTER" all search results which are in fact advertisements will be  highlighted for you to notice.                    

Informations de Base sur l'Extension

Nom Ads Highlight Ads Highlight
ID idepommjbmenohboifjgimmfhejagmjf
URL Officiel https://chromewebstore.google.com/detail/ads-highlight/idepommjbmenohboifjgimmfhejagmjf
Description Highlights Search Results Ads
Taille du Fichier 16.44 KB
Nombre d'Installations 18
Version Actuelle 2.7
Dernière Mise à Jour 2020-07-27
Date de Publication 2020-07-26
Évaluation 5.00/5 Total 1 Évaluations
Développeur yaadsuiss
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ads Highlight",
    "description": "Highlights Search Results Ads",
    "version": "2.7",
    "permissions": [
        "http:\/\/www.google.com\/*",
        "https:\/\/www.google.com\/*",
        "http:\/\/search.yahoo.com\/*",
        "https:\/\/search.yahoo.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Ads Highlighter"
    },
    "icons": {
        "16": "icon.png",
        "128": "icon.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2
}