Fbclid Remover
Removes Fbclid when copying addresses for sharing.
What is Fbclid Remover?
Fbclid Remover is a Chrome extension developed by unknown, and its main feature is "Removes Fbclid when copying addresses for sharing.".
Extension Screenshots
Download Fbclid Remover Extension CRX File
Download Fbclid Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Fbclid Remover |
ID | cjbkbpgglhgohpelagbaebbmhjlckgoe |
Official URL | https://chrome.google.com/webstore/detail/fbclid-remover/cjbkbpgglhgohpelagbaebbmhjlckgoe |
Description | Removes Fbclid when copying addresses for sharing. |
File Size | 9.56 KB |
Installation Count | 34 |
Current Version | 1.0.0 |
Last Updated | 2019-12-14 |
Publish Date | 2019-12-14 |
Developer | unknown |
Payment Type | free |
Supported Languages | 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" ] } |