Mute Tab Helper

This extension helps manage tab audio state

Mute Tab Helper란 무엇입니까?

Mute Tab Helper은(는) Jean-Lou Dupont (systemical)에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension helps manage tab audio state"입니다.

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

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

확장 프로그램 사용 설명서

                        Are you tired of annoying pages that load and start playing audio right away ?

By default, when a tab gets loaded with a new domain (one not already tracked by the extension), the audio state will be muted (state: perma-mute).
The user has now the following choices:

* The user can mute/unmute the domain visited in the browser tab through the extension's browser action button
* The user can mute/unmute the tab through the usual tab menu - this action will not affect the state maintained by the extension                    

확장 프로그램 기본 정보

이름 Mute Tab Helper Mute Tab Helper
ID jefhmnjbjemabbmakhmpmlnpfmcdjdfh
공식 URL https://chromewebstore.google.com/detail/mute-tab-helper/jefhmnjbjemabbmakhmpmlnpfmcdjdfh
설명 This extension helps manage tab audio state
파일 크기 19.22 KB
설치 횟수 73
현재 버전 0.0.1
최근 업데이트 2016-09-02
출시 날짜 2016-09-02
평점 5.00/5 총 1 개의 평점
개발자 Jean-Lou Dupont (systemical)
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mute Tab Helper",
    "description": "This extension helps manage tab audio state",
    "version": "0.0.1",
    "icons": {
        "128": "perma-unmute-128.png"
    },
    "browser_action": {
        "default_title": "Mute Helper",
        "default_icon": {
            "38": "perma-unmute-38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "tabs"
    ]
}