AI Web Element Assistant Firefox

Examine source code of AI Web Element Assistant

Inspect and view changes in AI Web Element Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Web Element Assistant",
  "version": "1.0.0",
  "description": "AI-powered element analysis using Claude. Ctrl+Click any webpage element to get intelligent insights. Sends data to api.anthropic.com for analysis.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-web-element-assistant@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "background": {
    "scripts": [
      "src/background/service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/components/utils.js",
        "src/components/bubble.js",
        "src/components/loading.js",
        "src/content/highlighter.js",
        "src/content/capturer.js",
        "src/content/overlay.js",
        "src/content/inspector.js"
      ],
      "css": [
        "styles/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "src/settings/settings.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    },
    "default_title": "AI Web Element Assistant Settings"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/icon-48.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'none'; base-uri 'self'; form-action 'none'"
  },
  "developer": {
    "name": "AI Assistant Developer",
    "url": "https://github.com/yourusername/ai-web-element-assistant"
  }
}

Best AI Web Element Assistant Alternatives

Here are some Firefox add-ons that are similar to AI Web Element Assistant: