Remove FBclid and UTM
Removes fbclid and utm_ query parameters in URLs.
Vad är Remove FBclid and UTM?
Remove FBclid and UTM är en Chrome-tillägg utvecklad av PH4NTOMiki, och dess huvudfunktion är "Removes fbclid and utm_ query parameters in URLs.".
Tilläggsskärmbilder
Ladda ner Remove FBclid and UTM-förlängningens CRX-fil
Ladda ner Remove FBclid and UTM-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | ehkdoijaaigomfliimepliikhjkoipob |
| Officiell webbadress | https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob |
| Beskrivning | Removes fbclid and utm_ query parameters in URLs. |
| Filstorlek | 6.94 KB |
| Antal Installationer | 1,127 |
| Aktuell Version | 1.9 |
| Senast Uppdaterad | 2024-01-11 |
| Publiceringsdatum | 2020-11-12 |
| Betyg | 4.05/5 Totalt 21 Betyg |
| Utvecklare | PH4NTOMiki |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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
} | |