Container Tab Prefix Firefox

Examine source code of Container Tab Prefix

Inspect and view changes in Container Tab Prefix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Container Tab Prefix",
  "version": "1.3.0",
  "description": "Prefixes the tab title with its Firefox container name. E.g., 'AK - Facebook'.",
  "author": "Gaurav Dhiman",
  "permissions": [
    "tabs",
    "contextualIdentities",
    "cookies",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "icons": {
    "48": "icon48.png",
    "96": "icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "container-tab-prefix@gaurav",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Mejores alternativas Container Tab Prefix

Aquí hay algunas Firefox add-ons que son similares a Container Tab Prefix: