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.”。
扩展截图
下载Video Volume Sync扩展crx文件
下载Video Volume Sync扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" ] } ] } |