Remove Query Params Firefox

Examine source code of Remove Query Params

Por: Johny Lam
Inspect and view changes in Remove Query Params source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Reloads all pages without its query params",
  "manifest_version": 2,
  "name": "Remove Query Params",
  "version": "1.0.2",
  "icons": {
    "48": "icons/beasts-48.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background-script.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/beasts-32.png",
    "default_title": "Remove Query Params"
  }
}

Mejores alternativas Remove Query Params

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