Clid Remover
Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
Co to jest Clid Remover?
Clid Remover to rozszerzenie Chrome opracowane przez Vemu, a jego główną funkcją jest „Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Clid Remover
Pobierz pliki rozszerzeń Clid Remover 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
When the page is loading, addon checks if the url contains fbclid or gclid, then removes this.
Podstawowe informacje o rozszerzeniu
Nazwa | Clid Remover |
ID | fcejakcodbpjoejpbpakbogpmldalckp |
Oficjalny URL | https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp |
Opis | Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad. |
Rozmiar pliku | 17.82 KB |
Liczba instalacji | 82 |
Aktualna Wersja | 1.3 |
Ostatnia Aktualizacja | 2023-08-25 |
Data Publikacji | 2020-06-23 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | Vemu |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/xVemu/clid-remover |
Adres URL Strony Pomocy | https://github.com/xVemu/clid-remover/issues |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Clid Remover", "version": "1.3", "description": "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.", "manifest_version": 3, "author": "Vemu (Kamil Kras)", "icons": { "16": "img\/16x.png", "24": "img\/24x.png", "32": "img\/32x.png", "48": "img\/48x.png", "64": "img\/64x.png", "128": "img\/128x.png" }, "permissions": [ "tabs" ], "background": { "service_worker": "background.js" } } |