Shut Up Already!

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

Shut Up Already!란 무엇입니까?

Shut Up Already!은(는) Michał Matyas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Shut Up Already! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Shut Up Already! Shut Up Already!
ID iloigdigjemgpoejkbcbehdjbihelhkk
공식 URL https://chromewebstore.google.com/detail/shut-up-already/iloigdigjemgpoejkbcbehdjbihelhkk
설명 This extension mutes all Chrome tabs by default. Great tool against autoplayed videos and ads!
파일 크기 43.56 KB
설치 횟수 24,633
현재 버전 2.0
최근 업데이트 2021-05-18
출시 날짜 2016-08-18
평점 4.73/5 총 15 개의 평점
개발자 Michał Matyas
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    ]
}