VineVolumeFixer

Adjusts vine video volume to a normal level & adds volume controls

What is VineVolumeFixer?

VineVolumeFixer is a Chrome extension developed by micwallace11, and its main feature is "Adjusts vine video volume to a normal level & adds volume controls".

Download VineVolumeFixer Extension CRX File

Download VineVolumeFixer 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

                        Vine.co videos play way too loud and don't have volume control.

This add-on adjusts vine video volume to a sane level of your choosing.
It also (optionally) adds a volume control & un-mutes the video when playback starts.                    

Extension Basic Information

Name VineVolumeFixer VineVolumeFixer
ID comphldkanjbmkobkilkkgpmjghkbhlm
Official URL https://chrome.google.com/webstore/detail/vinevolumefixer/comphldkanjbmkobkilkkgpmjghkbhlm
Description Adjusts vine video volume to a normal level & adds volume controls
File Size 5.24 KB
Installation Count 36
Current Version 1.0.3
Last Updated 2016-02-08
Publish Date 2016-02-08
Rating 4.25/5 Total 4 Ratings
Developer micwallace11
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VineVolumeFixer",
    "version": "1.0.3",
    "description": "Adjusts vine video volume to a normal level & adds volume controls",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/vine.co\/*",
                "*:\/\/*.vine.co\/*"
            ],
            "js": [
                "pagemod.js"
            ],
            "all_frames": true
        }
    ],
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    }
}