Remove FBclid and UTM
Removes fbclid and utm_ query parameters in URLs.
Hvad er Remove FBclid and UTM?
Remove FBclid and UTM er en Chrome-udvidelse udviklet af PH4NTOMiki, og dens hovedfunktion er "Removes fbclid and utm_ query parameters in URLs.".
Udvidelsesskærmbilleder
Download Remove FBclid and UTM-udvidelses-CRX-fil
Download Remove FBclid and UTM-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Remove FBclid and UTM |
ID | ehkdoijaaigomfliimepliikhjkoipob |
Officiel URL | https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob |
Beskrivelse | Removes fbclid and utm_ query parameters in URLs. |
Filstørrelse | 6.94 KB |
Antal Installationer | 1,127 |
Nuværende Version | 1.9 |
Senest Opdateret | 2024-01-11 |
Udgivelsesdato | 2020-11-12 |
Bedømmelse | 4.05/5 Samlet 21 Bedømmelser |
Udvikler | PH4NTOMiki |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |