youtube video brightness changer
Youtube video の輝度調整を行うためのスライドバーを表示
What is youtube video brightness changer?
youtube video brightness changer is a Chrome extension developed by centralwoods, and its main feature is "Youtube video の輝度調整を行うためのスライドバーを表示".
Extension Screenshots
Download youtube video brightness changer Extension CRX File
Download youtube video brightness changer 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
Youtube video の輝度調整を行うためのスライドバーを表示
Extension Basic Information
Name | youtube video brightness changer |
ID | oniajjnndbjjgongdhbhknpnnfcjpojp |
Official URL | https://chromewebstore.google.com/detail/youtube-video-brightness/oniajjnndbjjgongdhbhknpnnfcjpojp |
Description | Youtube video の輝度調整を行うためのスライドバーを表示 |
File Size | 6.7 KB |
Installation Count | 147 |
Current Version | 1.0.2.36 |
Last Updated | 2021-07-18 |
Publish Date | 2021-07-15 |
Developer | centralwoods |
[email protected] | |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "youtube video brightness changer", "version": "1.0.2.36", "background": { "service_worker": "bk.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "youtube_video_brightness_changer.js" ], "css": [ "a.css" ] } ], "permissions": [ "tabs" ], "icons": { "32": "icon32.png", "128": "icon128.png" } } |