Dynamic Text Replacement Firefox

Examine source code of Dynamic Text Replacement

Inspect and view changes in Dynamic Text Replacement source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dynamic Text Replacement",
  "version": "1.3",
  "description": "Automatically replaces specified text patterns on any webpage.",
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f79b9687-694b-4438-95e1-8214d830d6f3}"
    }
  }
}

Best Dynamic Text Replacement Alternatives

Here are some Firefox add-ons that are similar to Dynamic Text Replacement: