AO3 QOF Firefox

Examine source code of AO3 QOF

By: herino Add-on
Inspect and view changes in AO3 QOF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "ao3qof@test.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "name": "AO3 QOF",
  "version": "2.0.3",
  "description": "Adds features to better my ao3 experience",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/border-16.png",
    "24": "icons/border-24.png",
    "32": "icons/border-32.png",
    "64": "icons/border-64.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://archiveofourown.org/*"
      ],
      "run_at": "document_end",
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "webNavigation",
    "storage",
    "https://archiveofourown.org/*"
  ],
  "web_accessible_resources": [
    "styles.css"
  ],
  "browser_action": {
    "default_icon": "icons/border-32.png",
    "default_title": "AO3 QOF"
  }
}

Best AO3 QOF Alternatives

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