Nofollow Link Highligter

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

Nofollow Link Highligter là gì?

Nofollow Link Highligter là một tiện ích mở rộng Chrome được phát triển bởi https://chrisleverseo.com, và tính năng chính của nó là "Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Nofollow Link Highligter

Tải xuống các tệp mở rộng Nofollow Link Highligter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Nofollow Link Highligter Nofollow Link Highligter
ID mddbedhpcjaghmjefdpidmacpcpobcpj
URL Chính Thức https://chromewebstore.google.com/detail/nofollow-link-highligter/mddbedhpcjaghmjefdpidmacpcpobcpj
Mô tả Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage
Kích Thước Tệp 156 KB
Số Lần Cài Đặt 59
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-06-03
Ngày Phát Hành 2022-06-03
Nhà Phát Triển https://chrisleverseo.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}