Clid Remover

Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.

Cos'è Clid Remover?

Clid Remover è un'estensione di Chrome sviluppata da Vemu, e la sua funzione principale è "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Clid Remover

Scarica i file di estensione Clid Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        When the page is loading, addon checks if the url contains fbclid or gclid, then removes this.                    

Informazioni di Base sull'Estensione

Nome Clid Remover Clid Remover
ID fcejakcodbpjoejpbpakbogpmldalckp
URL Ufficiale https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp
Descrizione Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
Dimensione del File 17.82 KB
Conteggio Installazioni 82
Versione Corrente 1.3
Ultimo Aggiornamento 2023-08-25
Data di Pubblicazione 2020-06-23
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Vemu
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/xVemu/clid-remover
URL della Pagina di Aiuto https://github.com/xVemu/clid-remover/issues
Lingue Supportate 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"
    }
}