Examine source code of Blockeres

Inspect and view changes in Blockeres 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,
  "author": "Pipo Creative",
  "name": "Blockeres",
  "version": "1.0.1",
  "default_locale": "fi",
  "description": "Hide user posts in Inderes discussion board",
  "permissions": [
    "storage"
  ],
  "icons": {},
  "content_scripts": [
    {
      "matches": [
        "https://keskustelut.inderes.fi/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}