Video Brightness Adjuster
Adjusts the brightness of the video to make dark scenes more visible.
Hvad er Video Brightness Adjuster?
Video Brightness Adjuster er en Chrome-udvidelse udviklet af あんこだま, og dens hovedfunktion er "Adjusts the brightness of the video to make dark scenes more visible.".
Udvidelsesskærmbilleder
Download Video Brightness Adjuster-udvidelses-CRX-fil
Download Video Brightness Adjuster-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | enphljmfhkhhfiphjclikhmclddopmpe |
| Officiel URL | https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe |
| Beskrivelse | Adjusts the brightness of the video to make dark scenes more visible. |
| Filstørrelse | 78.54 KB |
| Antal Installationer | 211 |
| Nuværende Version | 1.2.0 |
| Senest Opdateret | 2023-06-19 |
| Udgivelsesdato | 2023-05-10 |
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser |
| Udvikler | あんこだま |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |