Gemini Instructions Fix Firefox

Examine source code of Gemini Instructions Fix

By: Gediz Add-on
Inspect and view changes in Gemini Instructions Fix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Gemini Auto Custom Instructions",
  "version": "2.0",
  "description": "Inject customizable instructions into Gemini automatically.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://gemini.google.com/*"
  ],
  "action": {
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://gemini.google.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "gemini-auto-instruction@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Gemini Instructions Fix Alternatives

Here are some Firefox add-ons that are similar to Gemini Instructions Fix: