Shut Up Already!
This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!
Was ist Shut Up Already!?
Shut Up Already! ist eine Chrome-Erweiterung, die von Michał Matyas entwickelt wurde, und ihr Hauptmerkmal ist "This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!".
Erweiterungsscreenshots
Shut Up Already!-Erweiterungs-CRX-Datei herunterladen
Laden Sie Shut Up Already!-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iloigdigjemgpoejkbcbehdjbihelhkk |
| Offizielle URL | https://chromewebstore.google.com/detail/shut-up-already/iloigdigjemgpoejkbcbehdjbihelhkk |
| Beschreibung | This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads! |
| Dateigröße | 43.56 KB |
| Installationsanzahl | 24,633 |
| Aktuelle Version | 2.0 |
| Letztes Update | 2021-05-18 |
| Veröffentlichungsdatum | 2016-08-18 |
| Bewertung | 4.73/5 Insgesamt 15 Bewertungen |
| Entwickler | Michał Matyas |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |