HFX Firefox

Examine source code of HFX

By: xadamxk
Inspect and view changes in HFX source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "HF Xtension",
  "short_name": "HFX",
  "version": "3.2.1",
  "description": "Enhance your HF Experience!",
  "incognito": "spanning",
  "author": "xadamxk",
  "offline_enabled": false,
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "https://hackforums.net/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "background": {
    "service_worker": "serviceWorker.js",
    "scripts": [
      "serviceWorker.js"
    ]
  },
  "action": {
    "default_popup": "options.html?popup=true",
    "default_title": "HFX Settings",
    "default_icon": {
      "16": "assets/icons/icon16.png",
      "32": "assets/icons/icon32.png"
    }
  },
  "icons": {
    "16": "assets/icons/icon16.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "options_page": "options.html",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://hackforums.net/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*",
        "assets/*/*",
        "assets/*/*/*"
      ],
      "matches": [
        "https://hackforums.net/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{27b02acc-5fe4-4dfd-8893-536f9f667461}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best HFX Alternatives

Here are some Firefox add-ons that are similar to HFX: