Reddit Comment Replacer Firefox

Examine source code of Reddit Comment Replacer

Inspect and view changes in Reddit Comment Replacer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Replace historical reddit content",
  "manifest_version": 2,
  "name": "Replace Reddit Comments",
  "version": "1.1",
  "content_scripts": [
    {
      "matches": [
        "*://reddit.com/*",
        "*://old.reddit.com/*",
        "*://mobile.reddit.com/*",
        "*://*.reddit.com/*"
      ],
      "js": [
        "main.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Reddit Content Replacer",
    "default_icon": {
      "48": "logo48.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{07b2eeb0-c434-4985-864d-b542b9aa45b6}"
    }
  }
}

Best Reddit Comment Replacer Alternatives

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