Clid Remover

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

What is Clid Remover?

Clid Remover is a Chrome extension developed by Vemu, and its main feature is "Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.".

Extension Screenshots

screenshot

Download Clid Remover Extension CRX File

Download Clid Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Clid Remover Clid Remover
ID fcejakcodbpjoejpbpakbogpmldalckp
Official URL https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp
Description Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
File Size 17.82 KB
Installation Count 82
Current Version 1.3
Last Updated 2023-08-25
Publish Date 2020-06-23
Rating 5.00/5 Total 3 Ratings
Developer Vemu
Email [email protected]
Payment Type free
Extension Website https://github.com/xVemu/clid-remover
Help Page URL https://github.com/xVemu/clid-remover/issues
Supported Languages 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"
    }
}