AI Processor Firefox

Examine source code of AI Processor

Inspect and view changes in AI Processor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Page Parser",
  "version": "1.1.1",
  "description": "Using your OpenAI API account or your local AI agent (like Pico AI Server), uses the prompt on the page data",
  "permissions": [
    "activeTab",
    "scripting",
    "storage",
    "notifications"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "firefoxaipageparser@wokenlex",
      "strict_min_version": "138.0"
    }
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "options_ui": {
    "page": "options/options.html",
    "open_in_tab": true
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}

Best AI Processor Alternatives

Here are some Firefox add-ons that are similar to AI Processor: