Examine source code of JerkMuter

Inspect and view changes in JerkMuter source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "JerkMuter",
  "description": "Ignore and other features for gog.com forum. Mute jerks, hide reputation, disable the 'Low Rated' markings, mute threads by keyword.",
  "version": "2.0.1.4resigned1",
  "content_scripts": [
    {
      "matches": [
        "https://www.gog.com/forum/*"
      ],
      "js": [
        "jerkmuter.js"
      ]
    }
  ],
  "options_ui": {
    "page": "jmoptions.html"
  },
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b5a85f9d-1054-445d-8896-1d65aad3a7e3}"
    }
  }
}