Gemini Auto-Timestamp Firefox

Examine source code of Gemini Auto-Timestamp

By: Leohboo Add-on
Inspect and view changes in Gemini Auto-Timestamp source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Gemini Auto-Timestamp",
  "version": "1.2",
  "description": "Appends a new line and a timestamp to Gemini messages when Enter is pressed.",
  "permissions": [],
  "host_permissions": [
    "*://gemini.google.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gemini-auto-timestamp@yourdomain.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Gemini Auto-Timestamp Alternatives

Here are some Firefox add-ons that are similar to Gemini Auto-Timestamp: