Strike Out Nofollow Links

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

What is Strike Out Nofollow Links?

Strike Out Nofollow Links is a Chrome extension developed by cloxy.com, and its main feature is "Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.".

Extension Screenshots

screenshot

Download Strike Out Nofollow Links Extension CRX File

Download Strike Out Nofollow Links 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 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.                    

Extension Basic Information

Name Strike Out Nofollow Links Strike Out Nofollow Links
ID fkolbdohecbecliihaobiiamdmhhnaei
Official URL https://chromewebstore.google.com/detail/strike-out-nofollow-links/fkolbdohecbecliihaobiiamdmhhnaei
Description Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.
File Size 17.96 KB
Installation Count 8,000
Current Version 1.3
Last Updated 2019-09-11
Publish Date 2019-09-11
Rating 4.15/5 Total 33 Ratings
Developer cloxy.com
Email [email protected]
Payment Type free
Extension Website https://www.cloxy.com/
Privacy Policy Page URL https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07
Supported Languages 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"
            ]
        }
    ]
}