Mental Noise Detector VM Firefox

Examine source code of Mental Noise Detector VM

By: Romine Add-on
Inspect and view changes in Mental Noise Detector VM source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mental Noise Detector",
  "version": "1.3",
  "description": "A Firefox extension to analyze web page content, detect cognitive clutter or mental noise, and calculate read/focus density.",
  "browser_action": {
    "default_icon": "icons/logo_64.png",
    "default_title": "Mental Noise Detector",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "notifications",
    "contextMenus",
    "<all_urls>"
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@Mental-Noise-Detector",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Mental Noise Detector VM Alternatives

Here are some Firefox add-ons that are similar to Mental Noise Detector VM: