PitchShifter Firefox

Examine source code of PitchShifter

By: rive Add-on
Inspect and view changes in PitchShifter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "PitchShifter",
  "version": "1.0.0",
  "description": "Shift the pitch of any video or audio on a page in real time, without changing the playback speed.",
  "browser_specific_settings": {
    "gecko": {
      "id": "pitchshifter@daffwt221",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "browser_action": {
    "default_title": "PitchShifter",
    "default_popup": "popup/popup.html",
    "default_icon": {
      "48": "icons/icon.svg",
      "96": "icons/icon.svg"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "injected.js"
  ]
}

Best PitchShifter Alternatives

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