Video Brightness Adjuster
Adjusts the brightness of the video to make dark scenes more visible.
Qu'est-ce que Video Brightness Adjuster ?
Video Brightness Adjuster est une extension Chrome développée par あんこだま, et sa fonction principale est "Adjusts the brightness of the video to make dark scenes more visible.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video Brightness Adjuster
Téléchargez les fichiers d'extension Video Brightness Adjuster au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Video Brightness Adjuster |
ID | enphljmfhkhhfiphjclikhmclddopmpe |
URL Officiel | https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe |
Description | Adjusts the brightness of the video to make dark scenes more visible. |
Taille du Fichier | 78.54 KB |
Nombre d'Installations | 211 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2023-06-19 |
Date de Publication | 2023-05-10 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | あんこだま |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |