Remove FBclid and UTM

Removes fbclid and utm_ query parameters in URLs.

Wat is Remove FBclid and UTM?

Remove FBclid and UTM is een Chrome-extensie ontwikkeld door PH4NTOMiki, en de belangrijkste functie is "Removes fbclid and utm_ query parameters in URLs.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Remove FBclid and UTM

Download Remove FBclid and UTM-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Remove FBclid and UTM Remove FBclid and UTM
ID ehkdoijaaigomfliimepliikhjkoipob
Officiële URL https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob
Beschrijving Removes fbclid and utm_ query parameters in URLs.
Bestandsgrootte 6.94 KB
Aantal Installaties 1,127
Huidige Versie 1.9
Laatst Bijgewerkt 2024-01-11
Publicatiedatum 2020-11-12
Beoordeling 4.05/5 Totaal 21 Beoordelingen
Ontwikkelaar PH4NTOMiki
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}