copy-clean-url
Copy a url, without any tracking and obfuscation
什么是copy-clean-url?
copy-clean-url是由Backslasher开发的Chrome扩展程序,该扩展的主要功能是“Copy a url, without any tracking and obfuscation”。
扩展截图
下载copy-clean-url扩展crx文件
下载copy-clean-url扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This addon copies a URL, but strips out any redirects or tracking IDs. You will get a clean URL.
I'm currently handling only Facebook, but I will add more as the need arises. 扩展基本信息
| 名称 | |
| ID | hgabmjhapckfljffgamminipchfjddka |
| 官方URL | https://chromewebstore.google.com/detail/copy-clean-url/hgabmjhapckfljffgamminipchfjddka |
| 简介 | Copy a url, without any tracking and obfuscation |
| 文件大小 | 32.92 KB |
| 安装次数 | 162 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2023-05-03 |
| 上架时间 | 2023-03-16 |
| 评分 | 4.00/5 共1次评分 |
| 开发者 | Backslasher |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/BackSlasher/chrome-extensions-copy-clean-url/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"description": "__MSG_appDescription__",
"homepage_url": "http:\/\/chrome.google.com\/webstore",
"version": "0.0.2",
"manifest_version": 3,
"default_locale": "en",
"minimum_chrome_version": "88",
"permissions": [
"contextMenus",
"clipboardWrite",
"activeTab",
"scripting"
],
"icons": {
"128": "assets\/img\/128x128.png"
},
"action": {
"default_icon": {
"16": "assets\/img\/16x16.png",
"24": "assets\/img\/24x24.png",
"32": "assets\/img\/32x32.png"
},
"default_title": "__MSG_appName__"
},
"version_name": "0.0.2",
"background": {
"service_worker": "background.js"
}
} | |