Clid Remover

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

Hvad er Clid Remover?

Clid Remover er en Chrome-udvidelse udviklet af Vemu, og dens hovedfunktion er "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.".

Udvidelsesskærmbilleder

screenshot

Download Clid Remover-udvidelses-CRX-fil

Download Clid Remover-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Clid Remover Clid Remover
ID fcejakcodbpjoejpbpakbogpmldalckp
Officiel URL https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp
Beskrivelse Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
Filstørrelse 17.82 KB
Antal Installationer 82
Nuværende Version 1.3
Senest Opdateret 2023-08-25
Udgivelsesdato 2020-06-23
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Vemu
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/xVemu/clid-remover
Hjælpeside-URL https://github.com/xVemu/clid-remover/issues
Understøttede Sprog 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"
    }
}