Nofollow Link Highligter

Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage

Qu'est-ce que Nofollow Link Highligter ?

Nofollow Link Highligter est une extension Chrome développée par https://chrisleverseo.com, et sa fonction principale est "Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Nofollow Link Highligter

Téléchargez les fichiers d'extension Nofollow Link Highligter 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

                        The Nofollow Link Highlighter is a free Chrome browser extension to highlight all the nofollow, sponsored and user generated content (UGC) links on a webpage in an active browser tab.

Highlights the following link types
•	Nofollow
•	Sponsored
•	User Generated Content

What makes this extension different from other nofollow highlighter chrome extensions is that it used less shipped code (lightweight) and it also highlights the newer rel= link attributions of sponsored and UGC.                    

Informations de Base sur l'Extension

Nom Nofollow Link Highligter Nofollow Link Highligter
ID mddbedhpcjaghmjefdpidmacpcpobcpj
URL Officiel https://chromewebstore.google.com/detail/nofollow-link-highligter/mddbedhpcjaghmjefdpidmacpcpobcpj
Description Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage
Taille du Fichier 156 KB
Nombre d'Installations 59
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-06-03
Date de Publication 2022-06-03
Développeur https://chrisleverseo.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nofollow Link Highligter",
    "description": "Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage",
    "version": "1.0.1",
    "manifest_version": 3,
    "author": "Chris Lever SEO",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_idle"
        }
    ]
}