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開發的Chrome擴展程式,該擴展的主要功能是“Just strikes out rel= 'nofollow', 'sponsored' and 'ugc' links via CSS3 selectors.”。

擴展截圖

screenshot

下載Strike Out Nofollow Links擴展crx文件

下載Strike Out Nofollow Links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}