Shut Up Already!

This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!

Qu'est-ce que Shut Up Already! ?

Shut Up Already! est une extension Chrome développée par Michał Matyas, et sa fonction principale est "This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Shut Up Already!

Téléchargez les fichiers d'extension Shut Up Already! au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Shut Up Already! Shut Up Already!
ID iloigdigjemgpoejkbcbehdjbihelhkk
URL Officiel 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!
Taille du Fichier 43.56 KB
Nombre d'Installations 24,633
Version Actuelle 2.0
Dernière Mise à Jour 2021-05-18
Date de Publication 2016-08-18
Évaluation 4.73/5 Total 15 Évaluations
Développeur Michał Matyas
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}