AiStuff Firefox

Examine source code of AiStuff

Inspect and view changes in AiStuff source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AiStuff",
  "version": "0.2.1",
  "description": "AiStuff keeps your session alive, auto-refreshes tokens, and lets you manage multiple subscription plans securely.",
  "icons": {
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon128.png"
  },
  "permissions": [
    "cookies",
    "storage",
    "alarms",
    "notifications",
    "https://chatgpt.com/*",
    "https://grok.com/*",
    "https://accounts.x.ai/*",
    "https://claude.ai/*",
    "https://perplexity.ai/*",
    "https://www.perplexity.ai/*",
    "https://api.nextmind.gg/*",
    "https://www.google.com/*",
    "https://api.github.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://grok.com/*",
        "https://accounts.x.ai/*",
        "https://claude.ai/*",
        "https://perplexity.ai/*",
        "https://www.perplexity.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "aistore@example.com",
      "strict_min_version": "115.0"
    }
  }
}

Best AiStuff Alternatives

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