Adjust Video Brightness

Adjust Video Brightness & Playback Rate

What is Adjust Video Brightness?

Adjust Video Brightness is a Chrome extension developed by Kunihiro Ando, and its main feature is "Adjust Video Brightness & Playback Rate".

Extension Screenshots

screenshot
screenshot
screenshot

Download Adjust Video Brightness Extension CRX File

Download Adjust Video Brightness 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

                        Adjust Video Brightness & Playback Rate




github
 https://github.com/kxkx5150/Adjust-Video-Brightness


 v0.8
    added:Picture-in-Picture (PiP) button                    

Extension Basic Information

Name Adjust Video Brightness Adjust Video Brightness
ID fncjpeelcffbldedcpdenhcgjdkpkbmm
Official URL https://chrome.google.com/webstore/detail/adjust-video-brightness/fncjpeelcffbldedcpdenhcgjdkpkbmm
Description Adjust Video Brightness & Playback Rate
File Size 27.85 KB
Installation Count 2,044
Current Version 0.8
Last Updated 2019-05-24
Publish Date 2019-05-19
Rating 3.71/5 Total 17 Ratings
Developer Kunihiro Ando
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adjust Video Brightness",
    "description": "Adjust Video Brightness & Playback Rate",
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "web_accessible_resources": [
        "icon24.png",
        "close.png"
    ],
    "icons": {
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "0.8"
}