Clid Remover
Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
Wat is Clid Remover?
Clid Remover is een Chrome-extensie ontwikkeld door Vemu, en de belangrijkste functie is "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.".
Extensie Screenshots
Download het CRX-bestand van de extensie Clid Remover
Download Clid Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
When the page is loading, addon checks if the url contains fbclid or gclid, then removes this.
Basisinformatie over de Extensie
Naam | Clid Remover |
ID | fcejakcodbpjoejpbpakbogpmldalckp |
Officiële URL | https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp |
Beschrijving | Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad. |
Bestandsgrootte | 17.82 KB |
Aantal Installaties | 82 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2023-08-25 |
Publicatiedatum | 2020-06-23 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Vemu |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/xVemu/clid-remover |
Help Pagina-URL | https://github.com/xVemu/clid-remover/issues |
Ondersteunde Talen | 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" } } |