When Muting a Tab, this extension disables the pop-up notifications as well.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "No Notifications on Tab Mute",
"version": "1.0",
"description": "When Muting a Tab, this extension disables the pop-up notifications as well",
"homepage_url": "https://github.com/kidsil/no-notify-on-mute.git",
"background": {
"scripts": [
"no-notify-on-mute.js"
],
"persistent": true
},
"permissions": [
"<all_urls>"
]
}