Nofollow Link Highligter

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

Nofollow Link Highligterคืออะไร?

Nofollow Link Highligter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chrisleverseo.com และคุณลักษณะหลักของมันคือ "Highlights all Rel = Nofollow, Sponsored, & UGC Links on a webpage"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Nofollow Link Highligter

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}