Better Email Firefox

Examine source code of Better Email

By: JW
Inspect and view changes in Better Email source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Better Email",
  "version": "1.1",
  "description": "Extension for Gmail: in a conversation, click a subject profile image to view all conversations with that subject",
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "icons": {
    "128": "media/icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "dist/content.bundle.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "better-gmail-helper@jeremy",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Better Email Alternatives

Here are some Firefox add-ons that are similar to Better Email: