Strike Out Nofollow Links

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

Strike Out Nofollow Links là gì?

Strike Out Nofollow Links là một tiện ích mở rộng Chrome được phát triển bởi cloxy.com, và tính năng chính của nó là "Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Strike Out Nofollow Links

Tải xuống các tệp mở rộng Strike Out Nofollow Links dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Strike Out Nofollow Links Strike Out Nofollow Links
ID fkolbdohecbecliihaobiiamdmhhnaei
URL Chính Thức https://chromewebstore.google.com/detail/strike-out-nofollow-links/fkolbdohecbecliihaobiiamdmhhnaei
Mô tả Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.
Kích Thước Tệp 17.96 KB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-09-11
Ngày Phát Hành 2019-09-11
Đánh Giá 4.15/5 Tổng số 33 Đánh Giá
Nhà Phát Triển cloxy.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.cloxy.com/
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/3544ec04-1f07-43ce-a6a5-7eaaa78f1d07
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}