AISTUDIO Firefox

Examine source code of AISTUDIO

By: xx5 Add-on
Inspect and view changes in AISTUDIO source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AISTUDIO",
  "version": "0.0.1",
  "description": "Customize GOOGLE AI STUDIO.",
  "browser_specific_settings": {
    "gecko": {
      "id": "aistudio-customizer@yourdomain.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://aistudio.google.com/*"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://aistudio.google.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "styles.css"
      ],
      "matches": [
        "https://aistudio.google.com/*"
      ]
    }
  ]
}

Best AISTUDIO Alternatives

Here are some Firefox add-ons that are similar to AISTUDIO: