Remove FBclid and UTM
Removes fbclid and utm_ query parameters in URLs.
Cos'è Remove FBclid and UTM?
Remove FBclid and UTM è un'estensione di Chrome sviluppata da PH4NTOMiki, e la sua funzione principale è "Removes fbclid and utm_ query parameters in URLs.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Remove FBclid and UTM
Scarica i file di estensione Remove FBclid and UTM in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Remove FBclid and UTM |
ID | ehkdoijaaigomfliimepliikhjkoipob |
URL Ufficiale | https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob |
Descrizione | Removes fbclid and utm_ query parameters in URLs. |
Dimensione del File | 6.94 KB |
Conteggio Installazioni | 1,127 |
Versione Corrente | 1.9 |
Ultimo Aggiornamento | 2024-01-11 |
Data di Pubblicazione | 2020-11-12 |
Valutazione | 4.05/5 Totale 21 Valutazioni |
Sviluppatore | PH4NTOMiki |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |