Persistent Video/Audio Volume

Saves video and audio volume

Persistent Video/Audio Volume란 무엇입니까?

Persistent Video/Audio Volume은(는) Pudding에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Saves video and audio volume"입니다.

확장 프로그램 스크린샷

screenshot

Persistent Video/Audio Volume 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        I hate websites playing video with 100% volume especially while wearing headphones. This chrome extension enables you to sets the video volume for each website separately. Just set the volume in the top right corner to you preferred level.

- Facebook.com
- 9gag.com
- Bandcamp.com
- ... and many more                    

확장 프로그램 기본 정보

이름 Persistent Video/Audio Volume Persistent Video/Audio Volume
ID ppoliijncpdcgddmfibmgnjhegceaadj
공식 URL https://chromewebstore.google.com/detail/persistent-videoaudio-vol/ppoliijncpdcgddmfibmgnjhegceaadj
설명 Saves video and audio volume
파일 크기 264 KB
설치 횟수 2,786
현재 버전 0.10.1
최근 업데이트 2020-08-23
출시 날짜 2020-02-09
평점 4.34/5 총 44 개의 평점
개발자 Pudding
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/puddingspudding/persistent-video-volume
도움말 페이지 URL https://github.com/puddingspudding/persistent-video-volume
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Persistent Video\/Audio Volume",
    "version": "0.10.1",
    "manifest_version": 2,
    "description": "Saves video and audio volume",
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [],
            "js": [
                "contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png"
        }
    }
}