Extract URL from Query String Firefox

Examine source code of Extract URL from Query String

Inspect and view changes in Extract URL from Query String source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Extract URL from Query String",
  "description": "Adds a command to the right-click context menu for links that searches for an URL encoded in the query string and, if found, open it",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "contextMenus"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}

Melhores alternativas Extract URL from Query String

Aqui estão algumas Firefox add-ons que são similares a Extract URL from Query String: