Fbclid Remover

Fbclid Remover

Removes Fbclid when copying addresses for sharing.

Merlin
Additional files are visible only to premium users

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"
  ]
}