Shut Up Already!
This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!
What is Shut Up Already!?
Shut Up Already! is a Chrome extension developed by Michał Matyas, and its main feature is "This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!".
Extension Screenshots
Download Shut Up Already! Extension CRX File
Download Shut Up Already! extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extensions mutes all Chrome tabs by default allowing you to make tab audible on-demand. I've created it because I got furious at various news sites that autoplay videos in background, often somewhere along the text or in the sidebar. **This extension has zero analytics, tracking or any other data gathering and it will stay this way forever.** WHAT'S NEW 2.0.1: Update privacy practices 2.0: Removed popup, added options page and context menu instead. Clicking on mute icon will now toggle mute status. 1.2: Added popup with multiple options and settings 1.0: Initial release
Extension Basic Information
Name | Shut Up Already! |
ID | iloigdigjemgpoejkbcbehdjbihelhkk |
Official URL | https://chromewebstore.google.com/detail/shut-up-already/iloigdigjemgpoejkbcbehdjbihelhkk |
Description | This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads! |
File Size | 43.56 KB |
Installation Count | 24,633 |
Current Version | 2.0 |
Last Updated | 2021-05-18 |
Publish Date | 2016-08-18 |
Rating | 4.73/5 Total 15 Ratings |
Developer | Michał Matyas |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shut Up Already!", "short_name": "STFU Already!", "author": "Micha\u0142 Matyas", "version": "2.0", "description": "This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!", "icons": { "128": "audio-muted.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "audio-muted.png" }, "options_page": "options.html", "permissions": [ "tabs", "storage", "contextMenus" ] } |