Strip Query Params Firefox

Examine source code of Strip Query Params

Inspect and view changes in Strip Query Params source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Strip Query Params",
  "author": "roboticexpert",
  "version": "1.0.0",
  "description": "Remove configured query parameters from main-frame navigations (with debug logs)",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3df97ae6-8362-412b-9ea4-76c2af1f3016}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "browser_action": {
    "default_icon": {
      "16": "icon.svg",
      "32": "icon.svg",
      "48": "icon.svg"
    }
  }
}

Mejores alternativas Strip Query Params

Aquí hay algunas Firefox add-ons que son similares a Strip Query Params: