Sage AI (Beta) Firefox

Examine source code of Sage AI (Beta)

By: kpsr01
Inspect and view changes in Sage AI (Beta) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Sage",
  "description": "A free AI extension which watches YouTube and answers your questions.",
  "version": "0.16",
  "manifest_version": 3,
  "author": "Pranav",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'",
    "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self'"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.youtube.com/*"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "dist/bundle.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sage-addon@pranav123.dev",
      "strict_min_version": "109.0"
    }
  }
}

Best Sage AI (Beta) Alternatives

Here are some Firefox add-ons that are similar to Sage AI (Beta):