AI Console Firefox

Examine source code of AI Console

Inspect and view changes in AI Console source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI Console",
  "author": "developer@codingcafe.website",
  "version": "1.0.6",
  "description": "Extension for AI Console website.",
  "browser_action": {
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ],
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "webNavigation",
    "https://aiconsole.movingwords.it/api"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{bb30abad-351c-4900-b0d3-37b0b4caa949}"
    }
  }
}

Best AI Console Alternatives

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