Nofollow Trio

Highlights Nofollow, UGC, Sponsored links on webpages

什么是Nofollow Trio?

Nofollow Trio是由https://jonhogg.com开发的Chrome扩展程序,该扩展的主要功能是“Highlights Nofollow, UGC, Sponsored links on webpages”。

扩展截图

screenshot
screenshot

下载Nofollow Trio扩展crx文件

下载Nofollow Trio扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Nofollow Trio Nofollow Trio
ID igifknkjgnajeomkhilgffgifbmbceea
官方URL https://chromewebstore.google.com/detail/nofollow-trio/igifknkjgnajeomkhilgffgifbmbceea
简介 Highlights Nofollow, UGC, Sponsored links on webpages
文件大小 16.06 KB
安装次数 101
当前版本 1.3
更新时间 2020-02-20
上架时间 2020-02-19
评分 4.00/5 共1次评分
开发者 https://jonhogg.com
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}