Gemini Always Temporary Chat Firefox

Examine source code of Gemini Always Temporary Chat

Inspect and view changes in Gemini Always Temporary Chat source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Gemini Always Temporary Chat",
  "version": "1.0.7",
  "description": "Automatically enables temporary chat when opening Gemini.",
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icon-grey-48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "gemini-always-temp@whoisarpit",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Gemini Always Temporary Chat Alternatives

Here are some Firefox add-ons that are similar to Gemini Always Temporary Chat: