Strike Out Nofollow Links

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

ما هو Strike Out Nofollow Links؟

Strike Out Nofollow Links هو إضافة Chrome تم تطويرها بواسطة cloxy.com، والميزة الرئيسية لها هي "Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Strike Out Nofollow Links

قم بتنزيل ملفات الامتداد Strike Out Nofollow Links بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}