Nofollow Link Highligter
Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage
什麼是Nofollow Link Highligter?
Nofollow Link Highligter是由https://chrisleverseo.com開發的Chrome擴展程式,該擴展的主要功能是“Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage”。
擴展截圖
下載Nofollow Link Highligter擴展crx文件
下載Nofollow Link Highligter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |   |  
| ID | mddbedhpcjaghmjefdpidmacpcpobcpj | 
| 官方網址 | https://chromewebstore.google.com/detail/nofollow-link-highligter/mddbedhpcjaghmjefdpidmacpcpobcpj | 
| 簡介 | Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage | 
| 檔案大小 | 156 KB | 
| 安裝次數 | 59 | 
| 目前版本 | 1.0.1 | 
| 更新時間 | 2022-06-03 | 
| 上架時間 | 2022-06-03 | 
| 開發者 | https://chrisleverseo.com | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | 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"
        }
    ]
}  |  |