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.
擴展基本資訊
名稱 | Remove FBclid and UTM |
ID | ehkdoijaaigomfliimepliikhjkoipob |
官方網址 | 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 |
電子郵箱 | [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 } |