URL Replace Firefox

Examine source code of URL Replace

Inspect and view changes in URL Replace source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "version": "1.2",
  "description": "__MSG_extDesc__",
  "homepage_url": "https://github.com/duangsuse/WebExt-URLReplace/",
  "default_locale": "en",
  "icons": {
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "background": {
    "scripts": [
      "lib.js",
      "url_replace.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "applications": {
    "gecko": {
      "id": "url-replace@duangsuse.org"
    }
  }
}

Best URL Replace Alternatives

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