Remove FBclid and UTM

Removes fbclid and utm_ query parameters in URLs.

What is Remove FBclid and UTM?

Remove FBclid and UTM is a Chrome extension developed by PH4NTOMiki, and its main feature is "Removes fbclid and utm_ query parameters in URLs.".

Extension Screenshots

screenshot

Download Remove FBclid and UTM Extension CRX File

Download Remove FBclid and UTM extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Remove FBclid and UTM Remove FBclid and UTM
ID ehkdoijaaigomfliimepliikhjkoipob
Official URL https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob
Description Removes fbclid and utm_ query parameters in URLs.
File Size 6.94 KB
Installation Count 1,127
Current Version 1.9
Last Updated 2024-01-11
Publish Date 2020-11-12
Rating 4.05/5 Total 21 Ratings
Developer PH4NTOMiki
Email [email protected]
Payment Type free
Supported Languages 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
}