Permanent Mute

A persistent mute tool for stupid websites that make annoying and ill-timed sounds.

Permanent Mute란 무엇입니까?

Permanent Mute은(는) https://codewrangler.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A persistent mute tool for stupid websites that make annoying and ill-timed sounds."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        A persistent mute tool for stupid websites that make annoying and ill-timed sounds. Stops auto-playing video sound, etc., and sites will stay muted until you un-mute them (even if closed and revisited). Apparently a similar feature is upcoming in Chrome 64, but you can use this extension in the meantime.                    

확장 프로그램 기본 정보

이름 Permanent Mute Permanent Mute
ID pnkhoaefngnbehoiioikafibdkfaolec
공식 URL https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec
설명 A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
파일 크기 18.7 KB
설치 횟수 18
현재 버전 1.0.0
최근 업데이트 2018-02-01
출시 날짜 2018-02-01
개발자 https://codewrangler.io
결제 유형 free
확장 프로그램 웹 사이트 https://codewrangler.io
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Permanent Mute",
    "description": "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/scripts.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon48-off.png",
        "default_title": "This site is not permanently muted."
    },
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png"
    },
    "manifest_version": 2
}