Strike Out Nofollow Links

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

Was ist Strike Out Nofollow Links?

Strike Out Nofollow Links ist eine Chrome-Erweiterung, die von cloxy.com entwickelt wurde, und ihr Hauptmerkmal ist "Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.".

Erweiterungsscreenshots

screenshot

Strike Out Nofollow Links-Erweiterungs-CRX-Datei herunterladen

Laden Sie Strike Out Nofollow Links-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Strike Out Nofollow Links Strike Out Nofollow Links
ID fkolbdohecbecliihaobiiamdmhhnaei
Offizielle URL https://chromewebstore.google.com/detail/strike-out-nofollow-links/fkolbdohecbecliihaobiiamdmhhnaei
Beschreibung Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.
Dateigröße 17.96 KB
Installationsanzahl 8,000
Aktuelle Version 1.3
Letztes Update 2019-09-11
Veröffentlichungsdatum 2019-09-11
Bewertung 4.15/5 Insgesamt 33 Bewertungen
Entwickler cloxy.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.cloxy.com/
URL der Datenschutzrichtlinien-Seite https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07
Unterstützte Sprachen 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"
            ]
        }
    ]
}