REL? Follow!
Highlight links on pages
什么是REL? Follow!?
REL? Follow!是由OFF-SITE开发的Chrome扩展程序,该扩展的主要功能是“Highlight links on pages”。
扩展截图
下载REL? Follow!扩展crx文件
下载REL? Follow!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Extension allows to highlight links depending on their "rel" attrbute. The supported types are: dofollow, nofollow, ugc, sponsored. 扩展基本信息
| 名称 | |
| ID | kipgjnbbkhefgcocohkgogiipkfgmmoa |
| 官方URL | https://chromewebstore.google.com/detail/rel-follow/kipgjnbbkhefgcocohkgogiipkfgmmoa |
| 简介 | Highlight links on pages |
| 文件大小 | 460 KB |
| 安装次数 | 91 |
| 当前版本 | 2.2 |
| 更新时间 | 2023-07-24 |
| 上架时间 | 2020-12-31 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | OFF-SITE |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://off-site.pl |
| 隐私政策页面URL | https://off-site.pl/storage/static-files/pdf/privacy_policy_pl.pdf |
| 支持的语言 | 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:\/\/*\/*"
]
}
]
} | |