Nofollow Link Highligter
Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage
Was ist Nofollow Link Highligter?
Nofollow Link Highligter ist eine Chrome-Erweiterung, die von https://chrisleverseo.com entwickelt wurde, und ihr Hauptmerkmal ist "Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage".
Erweiterungsscreenshots
Nofollow Link Highligter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Nofollow Link Highligter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mddbedhpcjaghmjefdpidmacpcpobcpj |
| Offizielle URL | https://chromewebstore.google.com/detail/nofollow-link-highligter/mddbedhpcjaghmjefdpidmacpcpobcpj |
| Beschreibung | Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage |
| Dateigröße | 156 KB |
| Installationsanzahl | 59 |
| Aktuelle Version | 1.0.1 |
| Letztes Update | 2022-06-03 |
| Veröffentlichungsdatum | 2022-06-03 |
| Entwickler | https://chrisleverseo.com |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |