Clid Remover

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

什麼是Clid Remover?

Clid Remover是由Vemu開發的Chrome擴展程式,該擴展的主要功能是“Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.”。

擴展截圖

screenshot

下載Clid Remover擴展crx文件

下載Clid Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Clid Remover Clid Remover
ID fcejakcodbpjoejpbpakbogpmldalckp
官方網址 https://chromewebstore.google.com/detail/clid-remover/fcejakcodbpjoejpbpakbogpmldalckp
簡介 Removes ?fbclid and ?gclid from link when opening page from Facebooks or Googles ad.
檔案大小 17.82 KB
安裝次數 82
目前版本 1.3
更新時間 2023-08-25
上架時間 2020-06-23
評分 5.00/5 共 3 次評分
開發者 Vemu
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/xVemu/clid-remover
說明頁面URL https://github.com/xVemu/clid-remover/issues
支援的語言 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"
    }
}