Tab Muted Notification Tone Firefox

Examine source code of Tab Muted Notification Tone

By: Kien
Inspect and view changes in Tab Muted Notification Tone source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Muted Notification Tone",
  "version": "1.0",
  "description": "Nếu một tab bị tắt tiếng mà vẫn đang phát, extension phát ding nhỏ mỗi vài giây để nhắc người dùng.",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Tab Muted Notification Tone"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{983e2fd4-f8ec-412d-a728-b99ad401ba84}"
    }
  }
}

Best Tab Muted Notification Tone Alternatives

Here are some Firefox add-ons that are similar to Tab Muted Notification Tone: