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
公式URL 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
Eメール [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"
    }
}