Remove FBclid and UTM
Removes fbclid and utm_ query parameters in URLs.
Co to jest Remove FBclid and UTM?
Remove FBclid and UTM to rozszerzenie Chrome opracowane przez PH4NTOMiki, a jego główną funkcją jest „Removes fbclid and utm_ query parameters in URLs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Remove FBclid and UTM
Pobierz pliki rozszerzeń Remove FBclid and UTM w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Remove FBclid and UTM |
ID | ehkdoijaaigomfliimepliikhjkoipob |
Oficjalny URL | https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob |
Opis | Removes fbclid and utm_ query parameters in URLs. |
Rozmiar pliku | 6.94 KB |
Liczba instalacji | 1,127 |
Aktualna Wersja | 1.9 |
Ostatnia Aktualizacja | 2024-01-11 |
Data Publikacji | 2020-11-12 |
Ocena | 4.05/5 Łącznie 21 Oceny |
Deweloper | PH4NTOMiki |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |