Mute Tab- Silent in a click

Returns Mute Tab option from Chrome 71 to nowadays.

Mute Tab- Silent in a click란 무엇입니까?

Mute Tab- Silent in a click은(는) Silence Lab.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Returns Mute Tab option from Chrome 71 to nowadays."입니다.

확장 프로그램 스크린샷

screenshot

Mute Tab- Silent in a click 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Mute / Unmute Tab
Control the sound on every page. Extension will mute any media on a page, but will not stop it. 

Make your personal silent mode, and don't waste time for searching mute button or volume line.

Individually Mute or Unmute tabs temporarily using context menu option. Click right mouse button and chose "Mute tab", another way
interacting with the extension icon.

Mute Tab free no ads extension chrome extension. All permissions are required to proper muting tabs.

Mute Tab is a browser extension that helps you quickly mute all tabs with just one button (click).
Toolbar button serves as an ON|OFF switch, once pressed, the icon will change accordingly (color and shape). Please note that if you want to unmute just one tab, simply right-click on a tab and then click on the "Unmute Tab" item.

Note 1: if you manually unmute a tab, the addon will NOT change it, even if you click on the toolbar icon.                    

확장 프로그램 기본 정보

이름 Mute Tab- Silent in a click Mute Tab- Silent in a click
ID inhefjomnpfkkegfklclbjhkifmpkkmn
공식 URL https://chromewebstore.google.com/detail/mute-tab-silent-in-a-clic/inhefjomnpfkkegfklclbjhkifmpkkmn
설명 Returns Mute Tab option from Chrome 71 to nowadays.
파일 크기 38.64 KB
설치 횟수 38,879
현재 버전 0.8.2
최근 업데이트 2021-11-09
출시 날짜 2020-12-29
평점 4.34/5 총 32 개의 평점
개발자 Silence Lab.
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "version": "0.8.2",
    "description": "__MSG_description__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "",
        "webRequestBlocking",
        "webRequest"
    ],
    "icons": {
        "16": "images\/16_u.png",
        "48": "images\/48_u.png",
        "128": "images\/128_u.png"
    },
    "browser_action": {
        "default_title": "Mute Tab Extension",
        "default_icon": "images\/128_u.png"
    },
    "manifest_version": 2
}