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 |
公式URL | 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" ] } |