Clid Remover
Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
Clid Remover là gì?
Clid Remover là một tiện ích mở rộng Chrome được phát triển bởi Vemu, và tính năng chính của nó là "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.".
Ả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 Clid Remover
Tải xuống các tệp mở rộng Clid Remover 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
When the page is loading, addon checks if the url contains fbclid or gclid, then removes this.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clid Remover |
ID | fcejakcodbpjoejpbpakbogpmldalckp |
URL Chính Thức | https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp |
Mô tả | Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad. |
Kích Thước Tệp | 17.82 KB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2023-08-25 |
Ngày Phát Hành | 2020-06-23 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Vemu |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/xVemu/clid-remover |
URL Trang Trợ Giúp | https://github.com/xVemu/clid-remover/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |