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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 Nofollow Link Highligter Nofollow Link Highligter
ID mddbedhpcjaghmjefdpidmacpcpobcpj
公式URL 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
Eメール [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"
        }
    ]
}