REL? Follow!

Highlight links on pages

REL? Follow! là gì?

REL? Follow! là một tiện ích mở rộng Chrome được phát triển bởi OFF-SITE, và tính năng chính của nó là "Highlight links on pages".

Ả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 REL? Follow!

Tải xuống các tệp mở rộng REL? Follow! 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

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

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

Tên REL? Follow! REL? Follow!
ID kipgjnbbkhefgcocohkgogiipkfgmmoa
URL Chính Thức https://chromewebstore.google.com/detail/rel-follow/kipgjnbbkhefgcocohkgogiipkfgmmoa
Mô tả Highlight links on pages
Kích Thước Tệp 460 KB
Số Lần Cài Đặt 91
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2023-07-24
Ngày Phát Hành 2020-12-31
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển OFF-SITE
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://off-site.pl
URL Trang Chính Sách Bảo Mật https://off-site.pl/storage/static-files/pdf/privacy_policy_pl.pdf
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}