Pitch Shifter Firefox

Examine source code of Pitch Shifter

By: Khanh
Inspect and view changes in Pitch Shifter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Pitch Shifter",
  "version": "1.0",
  "description": "Thay đổi cao độ (pitch) của âm thanh từ trang: chế độ đơn giản thay đổi playbackRate (pitch + tempo).",
  "permissions": [
    "storage",
    "activeTab",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Pitch Shifter",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{3f59dfa0-68aa-4a2e-a7d1-a3462fbca965}"
    }
  }
}

Best Pitch Shifter Alternatives

Here are some Firefox add-ons that are similar to Pitch Shifter: