TabSound Firefox

Examine source code of TabSound

By: Anh
Inspect and view changes in TabSound source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TabSound",
  "version": "1.0",
  "description": "Tự động phát âm thanh nền theo chủ đề nội dung tab.",
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tabsound@addon.mozilla",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best TabSound Alternatives

Here are some Firefox add-ons that are similar to TabSound: