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
电子邮箱 [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"
        }
    }
}