Twitch Ad Muter

Mutes Twitch tabs when ads roll

Twitch Ad Muter란 무엇입니까?

Twitch Ad Muter은(는) sylqis에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Mutes Twitch tabs when ads roll"입니다.

확장 프로그램 스크린샷

screenshot

Twitch Ad Muter 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Twitch's obnoxiously loud ads will get automatically muted by this extension so you don't wake up your entire house because you wanted to watch Clint Stevens at 4 AM                    

확장 프로그램 기본 정보

이름 Twitch Ad Muter Twitch Ad Muter
ID onnniedjlchmaadhlkecfkikephcceed
공식 URL https://chromewebstore.google.com/detail/twitch-ad-muter/onnniedjlchmaadhlkecfkikephcceed
설명 Mutes Twitch tabs when ads roll
파일 크기 37.77 KB
설치 횟수 4,000
현재 버전 0.92
최근 업데이트 2020-12-29
출시 날짜 2020-12-23
평점 4.55/5 총 38 개의 평점
개발자 sylqis
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Ad Muter",
    "version": "0.92",
    "description": "Mutes Twitch tabs when ads roll",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "webRequest",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "images\/pop_mute_16.png",
        "32": "images\/pop_mute_32.png",
        "48": "images\/pop_mute_48.png",
        "128": "images\/pop_mute_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    }
}