AO3 Enhancer Firefox

Examine source code of AO3 Enhancer

Inspect and view changes in AO3 Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AO3 Enhancer",
  "version": "0.0.10",
  "description": "Enhancement extension for Archive of Our Own.",
  "author": "MonoScyron",
  "icons": {
    "48": "/icons/logo-48.png",
    "96": "/icons/logo-96.png"
  },
  "permissions": [
    "storage",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "https://archiveofourown.org/*"
  ],
  "browser_action": {
    "default_icon": "/icons/logo-32.png",
    "default_title": "AO3 Enhancer"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://archiveofourown.org/*"
      ],
      "js": [
        "contentscripts.bundle.js"
      ],
      "css": [
        "/css/enhancer.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "ao3-enhancer@MonoScyron",
      "strict_min_version": "79.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best AO3 Enhancer Alternatives

Here are some Firefox add-ons that are similar to AO3 Enhancer: