ShutUp!Tab

ShutUp!Tab

Mute the active tab permanently via black list of domains.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "minimum_chrome_version": "88",
  "name": "ShutUp!Tab",
  "description": "Mute the active tab permanently via black list of domains.",
  "version": "5.0.6",
  "author": "Ramil Gallyamov",
  "permissions": [
    "tabs",
    "storage",
    "contextMenus"
  ],
  "icons": {
    "128": "images/icon-app.png"
  },
  "action": {
    "name": "ShutUp!Tab",
    "default_icon": "images/icon-normal.png"
  },
  "background": {
    "service_worker": "js/service.js"
  }
}