ToneFilter Firefox

Examine source code of ToneFilter

By: BW Hehe
Inspect and view changes in ToneFilter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ToneFilter",
  "version": "5",
  "description": "Auto-filter toxic and offensive comments from web pages",
  "browser_specific_settings": {
    "gecko": {
      "id": "{4ce2f059-0e8e-4c2d-8cc5-37e5338beac0}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "images/i16.png",
    "32": "images/i32.png",
    "48": "images/i48.png",
    "96": "images/i96.png",
    "128": "images/i128.png"
  },
  "browser_action": {
    "default_popup": "screen/screen.html",
    "default_icon": {
      "16": "images/i16.png",
      "32": "images/i32.png",
      "48": "images/i48.png",
      "96": "images/i96.png",
      "128": "images/i128.png"
    }
  },
  "background": {
    "scripts": [
      "agent/tracker.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "comment_filter.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best ToneFilter Alternatives

Here are some Firefox add-ons that are similar to ToneFilter: