Strike Out Nofollow Links

Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.

什么是Strike Out Nofollow Links?

Strike Out Nofollow Links是由cloxy.com开发的Chrome扩展程序,该扩展的主要功能是“Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.”。

扩展截图

screenshot

下载Strike Out Nofollow Links扩展crx文件

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

扩展使用说明

                        The extension strikes out links containing relations rel="nofollow", rel="ugc" and/or rel="sponsored". No JavaScript is used, only CSS3 selectors. Useful tool for every SEO expert or webmaster.

Product of Cloxy Ltd.                    

扩展基本信息

名称 Strike Out Nofollow Links Strike Out Nofollow Links
ID fkolbdohecbecliihaobiiamdmhhnaei
官方URL https://chromewebstore.google.com/detail/strike-out-nofollow-links/fkolbdohecbecliihaobiiamdmhhnaei
简介 Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.
文件大小 17.96 KB
安装次数 8,000
当前版本 1.3
更新时间 2019-09-11
上架时间 2019-09-11
评分 4.15/5 共33次评分
开发者 cloxy.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.cloxy.com/
隐私政策页面URL https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Strike Out Nofollow Links",
    "version": "1.3",
    "description": "Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "snl.css"
            ]
        }
    ]
}