Redactor Firefox

Examine source code of Redactor

Inspect and view changes in Redactor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Redactor",
  "version": "1.1.2",
  "description": "Redact social media posts that match word filters.",
  "icons": {
    "256": "icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "redactor@akr.am"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.x.com/*",
        "*://*.reddit.com/*",
        "*://*.news.ycombinator.com/*"
      ],
      "js": [
        "browser-polyfill.js",
        "main.js"
      ]
    }
  ]
}

Melhores alternativas Redactor

Aqui estão algumas Firefox add-ons que são similares a Redactor: