Sound Booster

Sound Booster

Audio EQ with music genres presets and bass booster features. Improve the sound!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "By Koray Ays",
  "background": {
    "scripts": [
      "adsblock/background.js",
      "js/core.js",
      "libs/jungle.js",
      "js/background.js",
      "js/analytic.js",
      "js/tvt/back.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "64": "assets/icons/64.png",
      "128": "assets/icons/128.png",
      "256": "assets/icons/256.png"
    },
    "default_popup": "index.html",
    "default_title": "__MSG_default_title__"
  },
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "64": "assets/icons/64.png",
    "128": "assets/icons/128.png",
    "256": "assets/icons/256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "adsblock/contentscript.js",
        "js/tvt/jquery.js",
        "ytmusic.js",
        "js/tvt/content.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ],
  "manifest_version": 2,
  "name": "__MSG_name__",
  "options_page": "settings.html",
  "permissions": [
    "*://*/*",
    "tabCapture",
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "unlimitedStorage"
  ],
  "short_name": "Equalizer",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "1.0.0.4",
  "version_name": "1.0.0.4"
}