Fbclid Remover
Removes Fbclid when copying addresses for sharing.
什麼是Fbclid Remover?
Fbclid Remover是由unknown開發的Chrome擴展程式,該擴展的主要功能是“Removes Fbclid when copying addresses for sharing.”。
擴展截圖
下載Fbclid Remover擴展crx文件
下載Fbclid Remover擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Fbclid is not bad. But when you share a URL with your friends, you may want to share a short address without fbclid. Then use this extension to refine your address and share it with your friends.
擴展基本資訊
名稱 | Fbclid Remover |
ID | cjbkbpgglhgohpelagbaebbmhjlckgoe |
官方網址 | https://chrome.google.com/webstore/detail/fbclid-remover/cjbkbpgglhgohpelagbaebbmhjlckgoe |
簡介 | Removes Fbclid when copying addresses for sharing. |
檔案大小 | 9.56 KB |
安裝次數 | 34 |
目前版本 | 1.0.0 |
更新時間 | 2019-12-14 |
上架時間 | 2019-12-14 |
開發者 | unknown |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Fbclid Remover", "description": "Removes Fbclid when copying addresses for sharing.", "version": "1.0.0", "icons": { "16": "img\/16.png", "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png" }, "browser_action": { "default_icon": "img\/128.png", "default_title": "Fbclid Remover", "default_popup": "exec.html" }, "permissions": [ "tabs", "notifications" ] } |