Title Changer Firefox

Examine source code of Title Changer

Inspect and view changes in Title Changer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Title Changer",
  "version": "1.0",
  "description": "Temporarily rename the current tab title",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{65242409-c29b-4792-b671-c20032cf260b}",
      "strict_min_version": "112.0"
    }
  },
  "icons": {
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_title": "Title Changer",
    "default_popup": "popup.html",
    "default_icon": {
      "64": "icon64.png",
      "128": "icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Title Changer Alternatives

Here are some Firefox add-ons that are similar to Title Changer: