Accept-Language per site Firefox

Examine source code of Accept-Language per site

By: xierch
Inspect and view changes in Accept-Language per site source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Accept-Language per site",
  "version": "0.4.0",
  "homepage_url": "https://github.com/sorz/accept-language-per-site",
  "author": "Shell Chen",
  "description": "Change Accept-Language for different sites",
  "browser_specific_settings": {
    "gecko": {
      "id": "addon-accept-lang@sorz.org",
      "strict_min_version": "128.0"
    }
  },
  "icons": {
    "48": "icon.svg",
    "96": "icon.svg"
  },
  "permissions": [
    "declarativeNetRequestWithHostAccess",
    "storage"
  ],
  "optional_host_permissions": [
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "options_ui": {
    "page": "options.html"
  }
}

Best Accept-Language per site Alternatives

Here are some Firefox add-ons that are similar to Accept-Language per site: