Video Volume Sync

Remember and synchronise the volume for videos on Facebook.

Video Volume Sync란 무엇입니까?

Video Volume Sync은(는) Nick Waelkens에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Remember and synchronise the volume for videos on Facebook."입니다.

확장 프로그램 스크린샷

screenshot

Video Volume Sync 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Don't you just hate the fact Facebook videos are always playing on 100% volume? I do, especially when wearing headphones. This tiny extension fixes just that and adds the functionality we all know and love from YouTube, Soundcloud and many others. Whenever you change the volume of a video on Facebook, it will make sure every other video will have the same volume, even after restarting your browser.                    

확장 프로그램 기본 정보

이름 Video Volume Sync Video Volume Sync
ID anajobmkmeloldjnafmhbkpbfikmoeab
공식 URL https://chromewebstore.google.com/detail/video-volume-sync/anajobmkmeloldjnafmhbkpbfikmoeab
설명 Remember and synchronise the volume for videos on Facebook.
파일 크기 12.31 KB
설치 횟수 560
현재 버전 0.0.6
최근 업데이트 2019-10-25
출시 날짜 2019-10-25
평점 3.73/5 총 15 개의 평점
개발자 Nick Waelkens
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/nickwaelkens/video-volume-sync
도움말 페이지 URL https://github.com/nickwaelkens/video-volume-sync/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Video Volume Sync",
    "version": "0.0.6",
    "description": "Remember and synchronise the volume for videos on Facebook.",
    "icons": {
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "manifest.js",
                "app.js"
            ]
        }
    ]
}