Audio Speed Controller for Whatsapp

Audio Speed Controller for Whatsapp

Audio speed controller adjusts playback speed for Whatsapp for web messages. Don't waste your time with long audio messages.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Audio Speed Controller for Whatsapp",
  "version": "0.0.2",
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}