Cebian · AI Side Panel Agent Firefox

Examine source code of Cebian · AI Side Panel Agent

Inspect and view changes in Cebian · AI Side Panel Agent source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "1.7.1",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personalCommunications",
          "browsingActivity",
          "websiteContent",
          "websiteActivity",
          "searchTerms",
          "bookmarksInfo"
        ]
      },
      "id": "{a677f163-2c1b-43b8-9784-9fef6b469753}"
    }
  },
  "permissions": [
    "sidePanel",
    "activeTab",
    "tabs",
    "scripting",
    "storage",
    "alarms",
    "offscreen",
    "debugger",
    "webNavigation",
    "bookmarks",
    "history",
    "cookies",
    "topSites",
    "sessions",
    "downloads",
    "notifications",
    "clipboardRead",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "icon/128.png"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "sidebar_action": {
    "default_panel": "sidepanel.html",
    "default_title": "Cebian Side Panel"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/page-actions.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "__MSG_actionTitle__"
  }
}

Best Cebian · AI Side Panel Agent Alternatives

Here are some Firefox add-ons that are similar to Cebian · AI Side Panel Agent: