FATREL - NoFollow Link Highlighter

Highlights NoFollow, Sponsored or UGC (User Generated Content) links.

FATREL - NoFollow Link Highlighterคืออะไร?

FATREL - NoFollow Link Highlighter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FATJOE และคุณลักษณะหลักของมันคือ "Highlights NoFollow, Sponsored or UGC (User Generated Content) links."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FATREL - NoFollow Link Highlighter

ดาวน์โหลดไฟล์ส่วนขยาย FATREL - NoFollow Link Highlighter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Not just another nofollow checker extension! FATREL will check the webpage you are viewing for all recently supported rel tags announced from Google. Rel=nofollow, Rel=sponsored and Rel=ugc.

Rel=nofollow, is the original nofollow tag, used by websites to signal to Google they do not trust the link nor do they want Google to 'follow' and pass any link juice or authority.

Rel=sponsored is a rel tag to be used to publishers who post sponsored content. Any links that have been paid for can be tagged up with 'sponsored' and this signals to google the type of link it is.

Rel=ugc us for user generated content such as forums, or blog comments. 

Activating this extension will show you very quickly with colour coding the types of rel tags a website has on its links. You can toggle which rel tags you'd like the plugin to show.

Make sure you click the extension (the red icon) and enter your email address upon install to activate the extension and you can then control which rel tags you want highlighted to you in the settings.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ FATREL - NoFollow Link Highlighter FATREL - NoFollow Link Highlighter
ID dmlghogjfjkooapjegmljhnlmiemejib
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fatrel-nofollow-link-high/dmlghogjfjkooapjegmljhnlmiemejib
คำอธิบาย Highlights NoFollow, Sponsored or UGC (User Generated Content) links.
ขนาดไฟล์ 526 KB
จำนวนการติดตั้ง 1,184
เวอร์ชันปัจจุบัน 0.5
อัปเดตครั้งล่าสุด 2022-06-01
วันที่เผยแพร่ 2019-10-24
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา FATJOE
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://fatjoe.com
URL หน้าช่วยเหลือ https://fatjoe.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FATREL - NoFollow Link Highlighter",
    "version": "0.5",
    "description": "Highlights NoFollow, Sponsored or UGC (User Generated Content) links.",
    "icons": {
        "128": "images\/favicon.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [],
    "browser_action": {
        "default_icon": "images\/favicon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/fat-rel.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google.com\/ https:\/\/s3.amazonaws.com\/downloads.mailchimp.com\/ https:\/\/4hbgr5z1ub.execute-api.eu-west-1.amazonaws.com object-src 'self'",
    "web_accessible_resources": [
        "images\/google.png",
        "tooltip.html",
        "images\/close-button.png",
        "images\/fat-rank-logo.png",
        "images\/fat-joe-logo.png",
        "images\/loading-spinning-bubbles.svg",
        "images\/web-icon.png",
        "images\/icon128.png",
        "images\/facebook-icon.png",
        "images\/twitter-icon.png"
    ]
}