Chatshark Firefox

Examine source code of Chatshark

Inspect and view changes in Chatshark source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Chatshark",
  "version": "2.0",
  "description": "Filters out spam messages on Fishtank Live chat.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.fishtank.live/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "applications": {
    "gecko": {
      "id": "chatshark@firefox.com"
    }
  },
  "browser_action": {
    "default_popup": "popup.html"
  }
}

Best Chatshark Alternatives

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