Nofollow Trio

Highlights Nofollow, UGC, Sponsored links on webpages

What is Nofollow Trio?

Nofollow Trio is a Chrome extension developed by https://jonhogg.com, and its main feature is "Highlights Nofollow, UGC, Sponsored links on webpages".

Extension Screenshots

screenshot
screenshot

Download Nofollow Trio Extension CRX File

Download Nofollow Trio extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        The best Chrome extension to highlight rel="sponsored", rel="ugc", and rel="nofollow" links.

★ The essential SEO tool
★ Supports Nofollow and new UGC and Sponsored link attributes
★ Understand if links on pages pass SEO value
★ Hover mouse over a link to find out if it's Nofollow, UGC or Sponsored                    

Extension Basic Information

Name Nofollow Trio Nofollow Trio
ID igifknkjgnajeomkhilgffgifbmbceea
Official URL https://chromewebstore.google.com/detail/nofollow-trio/igifknkjgnajeomkhilgffgifbmbceea
Description Highlights Nofollow, UGC, Sponsored links on webpages
File Size 16.06 KB
Installation Count 101
Current Version 1.3
Last Updated 2020-02-20
Publish Date 2020-02-19
Rating 4.00/5 Total 1 Ratings
Developer https://jonhogg.com
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nofollow Trio",
    "version": "1.3",
    "description": "Highlights Nofollow, UGC, Sponsored links on webpages",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128_default.png"
    },
    "browser_action": {
        "default_title": "Nofollow Trio"
    },
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}