Twitch Brightness Reducer
Controls brightness of the videoplayer in twitch.
Qu'est-ce que Twitch Brightness Reducer ?
Twitch Brightness Reducer est une extension Chrome développée par sougataghar47, et sa fonction principale est "Controls brightness of the videoplayer in twitch.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Brightness Reducer
Téléchargez les fichiers d'extension Twitch Brightness Reducer 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
This extension Controls brightness of the video player in twitch. Useful for when you are watching twitch at night.
Informations de Base sur l'Extension
Nom | Twitch Brightness Reducer |
ID | bigbbjepoigjhcbepeahdepmjbnjodek |
URL Officiel | https://chromewebstore.google.com/detail/twitch-brightness-reducer/bigbbjepoigjhcbepeahdepmjbnjodek |
Description | Controls brightness of the videoplayer in twitch. |
Taille du Fichier | 4.12 KB |
Nombre d'Installations | 15 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-03-15 |
Date de Publication | 2023-03-15 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | sougataghar47 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Brightness Reducer", "version": "1.0", "description": "Controls brightness of the videoplayer in twitch.", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "reducer.js" ], "css": [ "styles.css" ] } ] } |