Remove FBclid and UTM
Removes fbclid and utm_ query parameters in URLs.
什么是Remove FBclid and UTM?
Remove FBclid and UTM是由PH4NTOMiki开发的Chrome扩展程序,该扩展的主要功能是“Removes fbclid and utm_ query parameters in URLs.”。
扩展截图
下载Remove FBclid and UTM扩展crx文件
下载Remove FBclid and UTM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension removes fbclid and utm parameters from the URL so the URL ends up being cleaner, and there is a less chance of tracking. 扩展基本信息
| 名称 | |
| ID | ehkdoijaaigomfliimepliikhjkoipob |
| 官方URL | https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob |
| 简介 | Removes fbclid and utm_ query parameters in URLs. |
| 文件大小 | 6.94 KB |
| 安装次数 | 1,127 |
| 当前版本 | 1.9 |
| 更新时间 | 2024-01-11 |
| 上架时间 | 2020-11-12 |
| 评分 | 4.05/5 共21次评分 |
| 开发者 | PH4NTOMiki |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Remove FBclid and UTM",
"version": "1.9",
"description": "Removes fbclid and utm_ query parameters in URLs.",
"icons": {
"48": "icons\/noFbclidUtmIcon.png"
},
"background": {
"scripts": [
"queryParamsRemover.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"manifest_version": 2
} | |