Match My Tone Firefox

Examine source code of Match My Tone

Inspect and view changes in Match My Tone source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "default_locale": "en",
  "name": "__MSG_extensionName__",
  "version": "1.0.14",
  "description": "__MSG_extensionDescription__",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content-script.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "audio/processor.js",
    "audio/soundtouch.wasm"
  ],
  "browser_action": {
    "default_title": "__MSG_browserActionTitle__",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "96": "icons/icon96.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "match-my-tone@match-my-tone",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Match My Tone Alternatives

Here are some Firefox add-ons that are similar to Match My Tone: