Video Brightness Adjuster
Adjusts the brightness of the video to make dark scenes more visible.
Wat is Video Brightness Adjuster?
Video Brightness Adjuster is een Chrome-extensie ontwikkeld door あんこだま, en de belangrijkste functie is "Adjusts the brightness of the video to make dark scenes more visible.".
Extensie Screenshots
Download het CRX-bestand van de extensie Video Brightness Adjuster
Download Video Brightness Adjuster-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Video Brightness Adjuster |
ID | enphljmfhkhhfiphjclikhmclddopmpe |
Officiële URL | https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe |
Beschrijving | Adjusts the brightness of the video to make dark scenes more visible. |
Bestandsgrootte | 78.54 KB |
Aantal Installaties | 211 |
Huidige Versie | 1.2.0 |
Laatst Bijgewerkt | 2023-06-19 |
Publicatiedatum | 2023-05-10 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | あんこだま |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |