copy-clean-url
Copy a url, without any tracking and obfuscation
copy-clean-url là gì?
copy-clean-url là một tiện ích mở rộng Chrome được phát triển bởi Backslasher, và tính năng chính của nó là "Copy a url, without any tracking and obfuscation".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng copy-clean-url
Tải xuống các tệp mở rộng copy-clean-url dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | copy-clean-url |
ID | hgabmjhapckfljffgamminipchfjddka |
URL Chính Thức | https://chromewebstore.google.com/detail/copy-clean-url/hgabmjhapckfljffgamminipchfjddka |
Mô tả | Copy a url, without any tracking and obfuscation |
Kích Thước Tệp | 32.92 KB |
Số Lần Cài Đặt | 162 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2023-05-03 |
Ngày Phát Hành | 2023-03-16 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Backslasher |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/BackSlasher/chrome-extensions-copy-clean-url/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |