Persistent Video/Audio Volume

Saves video and audio volume

What is Persistent Video/Audio Volume?

Persistent Video/Audio Volume is a Chrome extension developed by Pudding, and its main feature is "Saves video and audio volume".

Extension Screenshots

screenshot

Download Persistent Video/Audio Volume Extension CRX File

Download Persistent Video/Audio Volume extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Persistent Video/Audio Volume Persistent Video/Audio Volume
ID ppoliijncpdcgddmfibmgnjhegceaadj
Official URL https://chromewebstore.google.com/detail/persistent-videoaudio-vol/ppoliijncpdcgddmfibmgnjhegceaadj
Description Saves video and audio volume
File Size 264 KB
Installation Count 2,786
Current Version 0.10.1
Last Updated 2020-08-23
Publish Date 2020-02-09
Rating 4.34/5 Total 44 Ratings
Developer Pudding
Email [email protected]
Payment Type free
Extension Website https://github.com/puddingspudding/persistent-video-volume
Help Page URL https://github.com/puddingspudding/persistent-video-volume
Supported Languages 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"
        }
    }
}