Nofollow Link Highligter

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

Vad är Nofollow Link Highligter?

Nofollow Link Highligter är en Chrome-tillägg utvecklad av https://chrisleverseo.com, och dess huvudfunktion är "Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage".

Tilläggsskärmbilder

screenshot

Ladda ner Nofollow Link Highligter-förlängningens CRX-fil

Ladda ner Nofollow Link Highligter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Nofollow Link Highligter Nofollow Link Highligter
ID mddbedhpcjaghmjefdpidmacpcpobcpj
Officiell webbadress https://chromewebstore.google.com/detail/nofollow-link-highligter/mddbedhpcjaghmjefdpidmacpcpobcpj
Beskrivning Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage
Filstorlek 156 KB
Antal Installationer 59
Aktuell Version 1.0.1
Senast Uppdaterad 2022-06-03
Publiceringsdatum 2022-06-03
Utvecklare https://chrisleverseo.com
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}