Remove FBclid and UTM
Removes fbclid and utm_ query parameters in URLs.
Was ist Remove FBclid and UTM?
Remove FBclid and UTM ist eine Chrome-Erweiterung, die von PH4NTOMiki entwickelt wurde, und ihr Hauptmerkmal ist "Removes fbclid and utm_ query parameters in URLs.".
Erweiterungsscreenshots
Remove FBclid and UTM-Erweiterungs-CRX-Datei herunterladen
Laden Sie Remove FBclid and UTM-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ehkdoijaaigomfliimepliikhjkoipob |
| Offizielle URL | https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob |
| Beschreibung | Removes fbclid and utm_ query parameters in URLs. |
| Dateigröße | 6.94 KB |
| Installationsanzahl | 1,127 |
| Aktuelle Version | 1.9 |
| Letztes Update | 2024-01-11 |
| Veröffentlichungsdatum | 2020-11-12 |
| Bewertung | 4.05/5 Insgesamt 21 Bewertungen |
| Entwickler | PH4NTOMiki |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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
} | |