Remove fbclid
Removes the fbclid parameter from URL before navigating to page. Fbclid stands for Facebook Click Identifier (“Facebook Click…
What is Remove fbclid?
Remove fbclid is a Chrome extension developed by shunkica, and its main feature is "Removes the fbclid parameter from URL before navigating to page. Fbclid stands for Facebook Click Identifier (“Facebook Click…".
Extension Screenshots
Download Remove fbclid Extension CRX File
Download Remove fbclid 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
Removes the fbclid parameter from URL before navigating to page. Fbclid stands for Facebook Click Identifier (“Facebook Click Identifier”). The parameter can be used for analytics and advertising purposes.
Extension Basic Information
Name | Remove fbclid |
ID | hahbppnacfcnooccmlodokknnecnkmeb |
Official URL | https://chromewebstore.google.com/detail/remove-fbclid/hahbppnacfcnooccmlodokknnecnkmeb |
Description | Removes the fbclid parameter from URL before navigating to page. Fbclid stands for Facebook Click Identifier (“Facebook Click… |
File Size | 8.88 KB |
Installation Count | 68 |
Current Version | 0.1 |
Last Updated | 2019-04-05 |
Publish Date | 2019-03-31 |
Developer | shunkica |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Remove fbclid", "version": "0.1", "browser_action": { "default_icon": "removefbclid.png" }, "background": { "scripts": [ "removefbclid.js" ], "persistent": true }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*fbclid=*" ] } |