Clid Remover

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

Apa itu Clid Remover?

Clid Remover adalah ekstensi Chrome yang dikembangkan oleh Vemu, dan fitur utamanya adalah "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Clid Remover

Unduh file ekstensi Clid Remover dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Clid Remover Clid Remover
ID fcejakcodbpjoejpbpakbogpmldalckp
URL Resmi https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp
Deskripsi Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
Ukuran File 17.82 KB
Jumlah Instalasi 82
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-08-25
Tanggal Publikasi 2020-06-23
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Vemu
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/xVemu/clid-remover
URL Halaman Bantuan https://github.com/xVemu/clid-remover/issues
Bahasa yang Didukung 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"
    }
}