Word Replacer Firefox

Examine source code of Word Replacer

By: David
Inspect and view changes in Word Replacer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Word Replacer",
  "version": "1.2",
  "description": "Replace words on webpages.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icon.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{dc9cb8d6-7ea6-4d17-8a6e-5a946df5d4ef}"
    }
  }
}

Best Word Replacer Alternatives

Here are some Firefox add-ons that are similar to Word Replacer: