Operator_X01 Firefox

Examine source code of Operator_X01

Par : HengCS
Inspect and view changes in Operator_X01 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Operator_X01",
  "version": "1.0",
  "description": "AI-powered web page analysis and chat assistant",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_title": "Operator_X01",
    "default_panel": "sidepanel.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    }
  },
  "sidebar_action": {
    "default_title": "Operator_X01",
    "default_panel": "sidepanel.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "selection.js"
      ],
      "css": [
        "selection.css"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "storage",
    "webRequest",
    "<all_urls>",
    "https://api.deepseek.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "operator_x01@asean-ai.com",
      "strict_min_version": "115.0"
    }
  },
  "web_accessible_resources": [
    "icons/*"
  ]
}

Meilleures alternatives Operator_X01

Voici quelques Firefox add-ons qui sont similaires à Operator_X01 :