Kill fbclid
Extension is removing ?fbclid= parameter from URL
What is Kill fbclid?
Kill fbclid is a Chrome extension developed by Jakub Bouček, and its main feature is "Extension is removing ?fbclid= parameter from URL".
Extension Screenshots
Download Kill fbclid Extension CRX File
Download Kill 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
Remove annoying ?fbclid= parameter from URL when you open any website from Facebook. Created with a high focus to performance, no unnecessary power waste. Strongly inspired by Michal Špaček's post: https://www.michalspacek.com/using-javascript-to-modify-urls-and-hide-fbclid Note: 2019-02-23 Changed icon of extension based on urgent complaint (see: https://github.com/jakubboucek/kill-fbclid/issues/4)
Extension Basic Information
Name | Kill fbclid |
ID | jlmdkcaiejonohbmkgickmkgbpceokmn |
Official URL | https://chromewebstore.google.com/detail/kill-fbclid/jlmdkcaiejonohbmkgickmkgbpceokmn |
Description | Extension is removing ?fbclid= parameter from URL |
File Size | 11.39 KB |
Installation Count | 1,802 |
Current Version | 1.0.4 |
Last Updated | 2020-11-10 |
Publish Date | 2019-07-09 |
Rating | 2.74/5 Total 27 Ratings |
Developer | Jakub Bouček |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/jakubboucek/kill-fbclid/issues |
Supported Languages | en,cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_application_title__", "description": "__MSG_application_description__", "version": "1.0.4", "default_locale": "en", "author": "Jakub Bou\u010dek", "homepage_url": "https:\/\/github.com\/jakubboucek\/kill-fbclid", "icons": { "16": "fbclid_16.png", "48": "fbclid_48.png", "128": "fbclid_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "fbclid.js" ], "run_at": "document_idle" } ] } |