Remove FBclid and UTM
Removes fbclid and utm_ query parameters in URLs.
Remove FBclid and UTMとは何ですか?
Remove FBclid and UTMはPH4NTOMikiによって開発されたChromeの拡張機能で、その主な機能は「Removes fbclid and utm_ query parameters in URLs.」です。
拡張機能のスクリーンショット
Remove FBclid and UTM拡張機能のCRXファイルをダウンロード
Remove FBclid and UTM拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension removes fbclid and utm parameters from the URL so the URL ends up being cleaner, and there is a less chance of tracking. 拡張機能の基本情報
| 名前 | |
| ID | ehkdoijaaigomfliimepliikhjkoipob |
| 公式URL | https://chromewebstore.google.com/detail/remove-fbclid-and-utm/ehkdoijaaigomfliimepliikhjkoipob |
| 説明 | Removes fbclid and utm_ query parameters in URLs. |
| ファイルサイズ | 6.94 KB |
| インストール数 | 1,127 |
| 現在のバージョン | 1.9 |
| 最終更新日 | 2024-01-11 |
| 公開日 | 2020-11-12 |
| 評価 | 4.05/5 合計 21 レビュー |
| 開発者 | PH4NTOMiki |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Remove FBclid and UTM",
"version": "1.9",
"description": "Removes fbclid and utm_ query parameters in URLs.",
"icons": {
"48": "icons\/noFbclidUtmIcon.png"
},
"background": {
"scripts": [
"queryParamsRemover.js"
]
},
"permissions": [
"webRequest",
"webRequestBlocking",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"manifest_version": 2
} | |