AI Studio JSON Importer Firefox

Examine source code of AI Studio JSON Importer

By: Nexter
Inspect and view changes in AI Studio JSON Importer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Studio JSON Importer",
  "version": "1.1",
  "description": "Importe des requêtes JSON contenant du texte et des fichiers base64 directement dans Google AI Studio.",
  "browser_specific_settings": {
    "gecko": {
      "id": "aistudio-json-importer@TheNexter",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "48.svg"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://aistudio.google.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}

Best AI Studio JSON Importer Alternatives

Here are some Firefox add-ons that are similar to AI Studio JSON Importer: