Nofollow Link Highligter

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

O que é Nofollow Link Highligter?

Nofollow Link Highligter é uma extensão do Chrome desenvolvida por https://chrisleverseo.com, e sua principal característica é "Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Nofollow Link Highligter

Baixe arquivos de extensão Nofollow Link Highligter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Nofollow Link Highligter Nofollow Link Highligter
ID mddbedhpcjaghmjefdpidmacpcpobcpj
URL Oficial https://chromewebstore.google.com/detail/nofollow-link-highligter/mddbedhpcjaghmjefdpidmacpcpobcpj
Descrição Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage
Tamanho do Arquivo 156 KB
Contagem de Instalações 59
Versão Atual 1.0.1
Última Atualização 2022-06-03
Data de Publicação 2022-06-03
Desenvolvedor https://chrisleverseo.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}