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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Strike Out Nofollow Links एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}