AI By My Side Firefox

Examine source code of AI By My Side

Inspect and view changes in AI By My Side source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI By My Side",
  "version": "1.0",
  "description": "Explain, summarize, translate and visualize your web content.",
  "browser_specific_settings": {
    "gecko": {
      "id": "aibymyside@siddith31.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "images/header-icon.png",
    "48": "images/header-icon.png",
    "128": "images/header-icon.png"
  },
  "host_permissions": [
    "https://generativelanguage.googleapis.com/*"
  ],
  "permissions": [
    "storage"
  ],
  "options_page": "html/ai_by_my_side_options.html",
  "background": {
    "service_worker": "js/ai_by_my_side_background.js",
    "scripts": [
      "js/ai_by_my_side_background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/marked.min.js",
        "js/ai_by_my_side_cs.js"
      ],
      "css": [
        "css/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/header-icon.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best AI By My Side Alternatives

Here are some Firefox add-ons that are similar to AI By My Side: