Nofollow Link Highligter
Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage
Cos'è Nofollow Link Highligter?
Nofollow Link Highligter è un'estensione di Chrome sviluppata da https://chrisleverseo.com, e la sua funzione principale è "Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nofollow Link Highligter
Scarica i file di estensione Nofollow Link Highligter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | mddbedhpcjaghmjefdpidmacpcpobcpj | 
| URL Ufficiale | https://chromewebstore.google.com/detail/nofollow-link-highligter/mddbedhpcjaghmjefdpidmacpcpobcpj | 
| Descrizione | Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage | 
| Dimensione del File | 156 KB | 
| Conteggio Installazioni | 59 | 
| Versione Corrente | 1.0.1 | 
| Ultimo Aggiornamento | 2022-06-03 | 
| Data di Pubblicazione | 2022-06-03 | 
| Sviluppatore | https://chrisleverseo.com | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
        }
    ]
}  |  |