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 |
官方網址 | 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" ] } ] } |