Hostname in title Firefox

Examine source code of Hostname in title

By: yalam96
Inspect and view changes in Hostname in title source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hostname in title",
  "version": "1.1resigned1",
  "description": "Puts the hostname of the tab in the title",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "hostname.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "tabs",
    "*://*/*",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b8842ade-9efd-4461-84bd-2106e91854fe}"
    }
  }
}

Best Hostname in title Alternatives

Here are some Firefox add-ons that are similar to Hostname in title: