Remove FBclid and UTM

Removes fbclid and utm_ query parameters in URLs.

Remove FBclid and UTM là gì?

Remove FBclid and UTM là một tiện ích mở rộng Chrome được phát triển bởi PH4NTOMiki, và tính năng chính của nó là "Removes fbclid and utm_ query parameters in URLs.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Remove FBclid and UTM

Tải xuống các tệp mở rộng Remove FBclid and UTM 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 extension removes fbclid and utm parameters from the URL so the URL ends up being cleaner, and there is a less chance of tracking.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Remove FBclid and UTM Remove FBclid and UTM
ID ehkdoijaaigomfliimepliikhjkoipob
URL Chính Thức https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob
Mô tả Removes fbclid and utm_ query parameters in URLs.
Kích Thước Tệp 6.94 KB
Số Lần Cài Đặt 1,127
Phiên Bản Hiện Tại 1.9
Cập Nhật Lần Cuối 2024-01-11
Ngày Phát Hành 2020-11-12
Đánh Giá 4.05/5 Tổng số 21 Đánh Giá
Nhà Phát Triển PH4NTOMiki
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Remove FBclid and UTM",
    "version": "1.9",
    "description": "Removes fbclid and utm_ query parameters in URLs.",
    "icons": {
        "48": "icons\/noFbclidUtmIcon.png"
    },
    "background": {
        "scripts": [
            "queryParamsRemover.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "manifest_version": 2
}