Clid Remover
Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
什么是Clid Remover?
Clid Remover是由Vemu开发的Chrome扩展程序,该扩展的主要功能是“Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.”。
扩展截图
下载Clid Remover扩展crx文件
下载Clid Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When the page is loading, addon checks if the url contains fbclid or gclid, then removes this.
扩展基本信息
名称 | Clid Remover |
ID | fcejakcodbpjoejpbpakbogpmldalckp |
官方URL | https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp |
简介 | Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad. |
文件大小 | 17.82 KB |
安装次数 | 82 |
当前版本 | 1.3 |
更新时间 | 2023-08-25 |
上架时间 | 2020-06-23 |
评分 | 5.00/5 共3次评分 |
开发者 | Vemu |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/xVemu/clid-remover |
帮助页面URL | https://github.com/xVemu/clid-remover/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clid Remover", "version": "1.3", "description": "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.", "manifest_version": 3, "author": "Vemu (Kamil Kras)", "icons": { "16": "img\/16x.png", "24": "img\/24x.png", "32": "img\/32x.png", "48": "img\/48x.png", "64": "img\/64x.png", "128": "img\/128x.png" }, "permissions": [ "tabs" ], "background": { "service_worker": "background.js" } } |