Tab Title Tamer Firefox

Examine source code of Tab Title Tamer

Inspect and view changes in Tab Title Tamer source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "default_locale": "en",
  "name": "__MSG_appName__",
  "version": "2.0.0",
  "description": "__MSG_appDesc__",
  "author": "RomsKidd",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "48": "images/icon48.png"
    }
  },
  "background": {
    "scripts": [
      "lib/ExtPay.js",
      "lib/tt-domain.js",
      "lib/tt-loyalty.js",
      "lib/tt-favicon.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "lib/tt-domain.js",
        "lib/tt-favicon.js",
        "content_script.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "https://extensionpay.com/*"
      ],
      "js": [
        "lib/ExtPay.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "romskidd@gmail.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "commands": {
    "tame-tab": {
      "suggested_key": {
        "default": "Alt+Shift+T"
      },
      "description": "Tame this tab's title (or let it go again)"
    },
    "hold-icon": {
      "suggested_key": {
        "default": "Alt+Shift+I"
      },
      "description": "Hold this tab's icon (or release it)"
    },
    "cycle-badge": {
      "suggested_key": {
        "default": "Alt+Shift+B"
      },
      "description": "Cycle this tab's badge through your quick styles"
    }
  }
}

Best Tab Title Tamer Alternatives

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