E.Meel-This! Firefox

Examine source code of E.Meel-This!

Inspect and view changes in E.Meel-This! source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "author": "Zibberzap",
  "developer": {
    "name": "Zibberzap",
    "url": "https://github.com/e-meel-this/e.meel-this"
  },
  "manifest_version": 2,
  "name": "E.Meel-This!",
  "version": "3.0",
  "description": "Hide all (annoying) user posts from nieuwskoerier.nl\nSome users behave like Trolls, just ignore them!",
  "icons": {
    "48": "icons/e.meel-this-48.png",
    "96": "icons/e.meel-this-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.nieuwskoerier.nl/*"
      ],
      "js": [
        "shared/shared.js",
        "e.meel-this.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "shared/shared.js",
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options/options.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_popup": "popup/annoying_users.html",
    "default_icon": {
      "16": "icons/e.meel-this-16.png",
      "32": "icons/e.meel-this-32.png"
    }
  },
  "permissions": [
    "browsingData",
    "notifications",
    "storage",
    "nativeMessaging"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "e.meel-this@rbx.life"
    }
  }
}

Best E.Meel-This! Alternatives

Here are some Firefox add-ons that are similar to E.Meel-This!: