https://github.com/litee/quick-mute-chrome-extension
Chrome extension to quickly mute all tabs or all tabs except current one
https://github.com/litee/quick-mute-chrome-extension
chrome-extension
Last synced: 18 days ago
JSON representation
Chrome extension to quickly mute all tabs or all tabs except current one
- Host: GitHub
- URL: https://github.com/litee/quick-mute-chrome-extension
- Owner: Litee
- License: mit
- Created: 2018-05-27T10:33:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:49:10.000Z (over 2 years ago)
- Last Synced: 2025-07-06T17:06:34.192Z (11 months ago)
- Topics: chrome-extension
- Language: JavaScript
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# "Quick Mute" Chrome extension
## Features
* Click extension icon to switch between three modes: no mute, mute all tabs and "mute all tabs except the current one"
## How to install
1. Clone extension to your machine - e.g. `git clone https://github.com/Litee/quick-mute-chrome-extension.git`
1. Look into `background.js` and `manifest.json`. It is always a good idea to check that code does not do anything suspicious and does not have too many permissions ;)
1. Open chrome://extensions tab in your Chrome browser
1. Activate developer mode (required for next step)
1. Install extension as unpacked
Ping me if you liked this extension and I may consider publishing it into Chrome Web Store.
## Disclaimers
* I've borrow some code from [Mute Tab Shortcuts](https://github.com/danhp/mute-tab-chrome) extension. Thank you, Daniel.
* Icon made by [Freepik](https://www.freepik.com/) from [Flaticon](https://www.flaticon.com/) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/)