Nofollow Link Highligter

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

¿Qué es Nofollow Link Highligter?

Nofollow Link Highligter es una extensión de Chrome desarrollada por https://chrisleverseo.com, y su función principal es "Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Nofollow Link Highligter

Descarga archivos de extensión Nofollow Link Highligter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Nofollow Link Highligter Nofollow Link Highligter
ID mddbedhpcjaghmjefdpidmacpcpobcpj
URL Oficial https://chromewebstore.google.com/detail/nofollow-link-highligter/mddbedhpcjaghmjefdpidmacpcpobcpj
Descripción Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage
Tamaño del Archivo 156 KB
Cantidad de Instalaciones 59
Versión Actual 1.0.1
Última Actualización 2022-06-03
Fecha de Publicación 2022-06-03
Desarrollador https://chrisleverseo.com
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
        }
    ]
}