Emoji Tab Title Firefox

Examine source code of Emoji Tab Title

By: Levago Add-on
Inspect and view changes in Emoji Tab Title source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Emoji Tab Title",
  "version": "1.0",
  "description": "Thay đổi tiêu đề tab thành biểu tượng cảm xúc dựa trên nội dung trang.",
  "permissions": [
    "tabs",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{173e9399-f9be-4db4-b786-4238837574a8}"
    }
  }
}

Best Emoji Tab Title Alternatives

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