Mute Tab

Restores the 'Mute Tab' functionality of versions prior to Chrome 71.

Mute Tab란 무엇입니까?

Mute Tab은(는) trmcnvn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Restores the 'Mute Tab' functionality of versions prior to Chrome 71."입니다.

확장 프로그램 스크린샷

screenshot

Mute Tab 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome 71 removed the flag that enables per-tab audio muting. This extension allows you to mute individual tabs by a new context menu option or interacting with the extension icon.                    

확장 프로그램 기본 정보

이름 Mute Tab Mute Tab
ID blljobffcekcbopmkgfhpcjmbfnelkfg
공식 URL https://chromewebstore.google.com/detail/mute-tab/blljobffcekcbopmkgfhpcjmbfnelkfg
설명 Restores the 'Mute Tab' functionality of versions prior to Chrome 71.
파일 크기 40.81 KB
설치 횟수 463,085
현재 버전 1.4
최근 업데이트 2019-09-18
출시 날짜 2019-09-18
평점 4.30/5 총 156 개의 평점
개발자 trmcnvn
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/trmcnvn/chrome-tab-mute
도움말 페이지 URL https://github.com/trmcnvn/chrome-tab-mute
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mute Tab",
    "version": "1.4",
    "description": "Restores the 'Mute Tab' functionality of versions prior to Chrome 71.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "icons": {
        "16": "images\/16_u_white.png",
        "48": "images\/48_u_white.png",
        "128": "images\/128_u_white.png"
    },
    "browser_action": {
        "default_title": "Mute Tab Extension"
    },
    "manifest_version": 2
}