Remove URL Parameters Firefox

Examine source code of Remove URL Parameters

Inspect and view changes in Remove URL Parameters source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "author": "voidsmith",
  "name": "Remove URL Parameters",
  "description": "Grants ability to easily remove URL parameters when copying a URL or opening it in a new tab",
  "version": "1.0.2",
  "homepage_url": "https://github.com/voidsmith-releases/firefox_addons/tree/master/remove_url_parameters",
  "icons": {
    "16": "icon-remove_url_parameters-16.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "clipboardWrite"
  ],
  "commands": {
    "copy_current_clean_url": {
      "suggested_key": {
        "default": "Ctrl+Alt+C"
      },
      "description": "Copies URL of current tab and removes all parameters"
    }
  }
}

Best Remove URL Parameters Alternatives

Here are some Firefox add-ons that are similar to Remove URL Parameters: