Strike Out Nofollow Links

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

Wat is Strike Out Nofollow Links?

Strike Out Nofollow Links is een Chrome-extensie ontwikkeld door cloxy.com, en de belangrijkste functie is "Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Strike Out Nofollow Links

Download Strike Out Nofollow Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Strike Out Nofollow Links Strike Out Nofollow Links
ID fkolbdohecbecliihaobiiamdmhhnaei
Officiële URL https://chromewebstore.google.com/detail/strike-out-nofollow-links/fkolbdohecbecliihaobiiamdmhhnaei
Beschrijving Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.
Bestandsgrootte 17.96 KB
Aantal Installaties 8,000
Huidige Versie 1.3
Laatst Bijgewerkt 2019-09-11
Publicatiedatum 2019-09-11
Beoordeling 4.15/5 Totaal 33 Beoordelingen
Ontwikkelaar cloxy.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.cloxy.com/
URL van de Privacybeleid Pagina https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07
Ondersteunde Talen 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"
            ]
        }
    ]
}