SpotiShush

SpotiShush

Mutes audio ads on Spotify, Deezer, TIDAL and IDAGIO.

Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "SpotiShush",
  "version": "2023.9.26",
  "default_locale": "en",
  "description": "__MSG_ext_desc__",
  "icons": {
    "16": "img/spotishush16.png",
    "48": "img/spotishush48.png",
    "128": "img/spotishush128.png"
  },
  "author": "guihkx",
  "background": {
    "persistent": true,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://open.spotify.com/*",
        "https://www.deezer.com/*",
        "https://listen.tidal.com/*",
        "https://app.idagio.com/*"
      ],
      "js": [
        "spotishush.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5067e500-5bc8-4537-9a9a-d52cb90e37b2}"
    }
  }
}