NovelAI Assistant Firefox

Examine source code of NovelAI Assistant

Inspect and view changes in NovelAI Assistant source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NovelAI Assistant",
  "version": "1.0",
  "description": "Quickly send prompts to NovelAI from a popup.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_popup": "popup.html",
    "default_title": "Open NovelAI Assistant"
  },
  "content_scripts": [
    {
      "matches": [
        "*://novelai.net/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{482a784a-1002-499c-9a7c-461dc71d3fd2}"
    }
  }
}

Best NovelAI Assistant Alternatives

Here are some Firefox add-ons that are similar to NovelAI Assistant: