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
公式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
Eメール [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"
            ]
        }
    ]
}