Video Brightness Adjuster
Adjusts the brightness of the video to make dark scenes more visible.
什麼是Video Brightness Adjuster?
Video Brightness Adjuster是由あんこだま開發的Chrome擴展程式,該擴展的主要功能是“Adjusts the brightness of the video to make dark scenes more visible.”。
擴展截圖
下載Video Brightness Adjuster擴展crx文件
下載Video Brightness Adjuster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
You can adjust the brightness when scenes in movies and the like are dark and difficult to see. It's possible to adjust three types: brightness, contrast, and saturation.
擴展基本資訊
名稱 | Video Brightness Adjuster |
ID | enphljmfhkhhfiphjclikhmclddopmpe |
官方網址 | https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe |
簡介 | Adjusts the brightness of the video to make dark scenes more visible. |
檔案大小 | 78.54 KB |
安裝次數 | 211 |
目前版本 | 1.2.0 |
更新時間 | 2023-06-19 |
上架時間 | 2023-05-10 |
評分 | 3.00/5 共 2 次評分 |
開發者 | あんこだま |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extensionName__", "version": "1.2.0", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "description": "__MSG_extensionDescription__", "action": { "default_popup": "index.html", "default_icon": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" } }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "scripts\/content.js" ] } ] } |