Audio Peek Tooltip Firefox

Examine source code of Audio Peek Tooltip

Inspect and view changes in Audio Peek Tooltip source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Audio Peek Tooltip",
  "version": "1.0",
  "description": "Hiển thị biểu đồ sóng âm nhỏ khi rê chuột lên biểu tượng loa của tab.",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "visualizer.html",
    "visualizer.js",
    "style.css"
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{85cb39fa-ac3a-418a-b416-547c57216c3b}"
    }
  }
}

Best Audio Peek Tooltip Alternatives

Here are some Firefox add-ons that are similar to Audio Peek Tooltip: