Celebrity Voice Changer

Celebrity Voice Changer

First Ever Celebrity Voice Changer lets you change your voice to any celebrity voice instantly, just by talking into a mic. This…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Celebrity Voice Changer",
  "version": "1.0.4",
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "browser_action": {
    "default_popup": "",
    "default_icon": "mic-icon-hd.png"
  },
  "icons": {
    "128": "app-icon-hd.png"
  },
  "permissions": [
    "storage",
    "<all_urls>"
  ],
  "manifest_version": 2,
  "content_security_policy": "script-src https://www.google-analytics.com 'self' 'unsafe-eval' 'unsafe-inline'; object-src 'self' 'unsafe-inline'"
}