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" ] } ] } |