Hack-Tube

Hack-Tube

Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "scripts/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon/icon-16.png",
    "default_popup": "popup.html",
    "default_title": "Hack-Tube"
  },
  "content_scripts": [
    {
      "js": [
        "lib/jungle.js",
        "scripts/content_script.js"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ],
  "description": "Hack sound on YouTube. You can change voice, make chorus, robot, electric and 3d sound.",
  "icons": {
    "16": "icon/icon-16.png",
    "128": "icon/icon-128.png"
  },
  "manifest_version": 2,
  "name": "Hack-Tube",
  "permissions": [
    "tabs",
    "webNavigation",
    "https://www.youtube.com/*"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}