Gemini Title & UI Fixer Firefox

Examine source code of Gemini Title & UI Fixer

By: sf8
Inspect and view changes in Gemini Title & UI Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Gemini Title & UI Fixer",
  "version": "1.1",
  "description": "Fixes tab titles and hides My Stuff recents on Gemini",
  "browser_specific_settings": {
    "gecko": {
      "id": "softwhiskey8@gmail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ]
}

Best Gemini Title & UI Fixer Alternatives

Here are some Firefox add-ons that are similar to Gemini Title & UI Fixer: