AI Agent Assistant Firefox

Examine source code of AI Agent Assistant

Inspect and view changes in AI Agent Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "A.I. Agent Assistant",
  "description": "Facility for periodically asking AI chatbot a series of text where the dialogue can be logged.",
  "version": "2.0",
  "permissions": [
    "alarms",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "optional_permissions": [
    "scripting"
  ],
  "background": {
    "page": "background-page.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "extra/jquery-3.6.0.min.js",
        "extra/content_common.js",
        "content.js"
      ]
    },
    {
      "matches": [
        "*://*.google.com/*"
      ],
      "js": [
        "extra/jquery-3.6.0.min.js?0",
        "extra/content_common.js?0",
        "content_google.js?0"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [],
      "extension_ids": [
        "*"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "action": {
    "default_icon": "default-64.png",
    "default_title": "A.I. Agent Assistant"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; upgrade-insecure-requests;"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@ai",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    },
    "gecko_android": {}
  },
  "manifest_version": 3
}

최고의 AI Agent Assistant 대안

다음은 AI Agent Assistant과(와) 유사한 Firefox add-on입니다: