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ファイルをダウンロード

Persistent Video/Audio Volume拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
        }
    }
}