Fbclid Remover
Removes Fbclid when copying addresses for sharing.
什么是Fbclid Remover?
Fbclid Remover是由unknown开发的Chrome扩展程序,该扩展的主要功能是“Removes Fbclid when copying addresses for sharing.”。
扩展截图
下载Fbclid Remover扩展crx文件
下载Fbclid Remover扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Fbclid is not bad.
But when you share a URL with your friends, you may want to share a short address without fbclid.
Then use this extension to refine your address and share it with your friends. 扩展基本信息
| 名称 | |
| ID | cjbkbpgglhgohpelagbaebbmhjlckgoe |
| 官方URL | https://chrome.google.com/webstore/detail/fbclid-remover/cjbkbpgglhgohpelagbaebbmhjlckgoe |
| 简介 | Removes Fbclid when copying addresses for sharing. |
| 文件大小 | 9.56 KB |
| 安装次数 | 34 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2019-12-14 |
| 上架时间 | 2019-12-14 |
| 开发者 | unknown |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Fbclid Remover",
"description": "Removes Fbclid when copying addresses for sharing.",
"version": "1.0.0",
"icons": {
"16": "img\/16.png",
"48": "img\/48.png",
"64": "img\/64.png",
"128": "img\/128.png"
},
"browser_action": {
"default_icon": "img\/128.png",
"default_title": "Fbclid Remover",
"default_popup": "exec.html"
},
"permissions": [
"tabs",
"notifications"
]
} | |