REL? Follow!

Highlight links on pages

What is REL? Follow!?

REL? Follow! is a Chrome extension developed by OFF-SITE, and its main feature is "Highlight links on pages".

Extension Screenshots

screenshot

Download REL? Follow! Extension CRX File

Download REL? Follow! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension allows to highlight links depending on their "rel" attrbute. The supported types are: dofollow, nofollow, ugc, sponsored.                    

Extension Basic Information

Name REL? Follow! REL? Follow!
ID kipgjnbbkhefgcocohkgogiipkfgmmoa
Official URL https://chromewebstore.google.com/detail/rel-follow/kipgjnbbkhefgcocohkgogiipkfgmmoa
Description Highlight links on pages
File Size 460 KB
Installation Count 91
Current Version 2.2
Last Updated 2023-07-24
Publish Date 2020-12-31
Rating 5.00/5 Total 6 Ratings
Developer OFF-SITE
Email [email protected]
Payment Type free
Extension Website https://off-site.pl
Privacy Policy Page URL https://off-site.pl/storage/static-files/pdf/privacy_policy_pl.pdf
Supported Languages en,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.2",
    "default_locale": "en",
    "action": {
        "default_popup": "dist\/popup.html",
        "default_icon": "dist\/images\/icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "js": [
                "dist\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}