Adjusting the video brightness[動画の明るさを調整する機能]

This Chrome Extension is an extension that allows you to adjust the video brightness.

Qu'est-ce que Adjusting the video brightness[動画の明るさを調整する機能] ?

Adjusting the video brightness[動画の明るさを調整する機能] est une extension Chrome développée par ugonanasi, et sa fonction principale est "This Chrome Extension is an extension that allows you to adjust the video brightness.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Adjusting the video brightness[動画の明るさを調整する機能]

Téléchargez les fichiers d'extension Adjusting the video brightness[動画の明るさを調整する機能] 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 allows you to adjust the brightness of the videos in your browser. Now, I can confirm that it is working on Youtube and Nico Nico Douga.
We're going to update the game even more, so please support us.

この拡張機能は、ブラウザにある動画の明るさを調整できます。現在、Youtube,ニコニコ動画などでは動作しているのを確認できました。
更なるアップデートをしていこうと思いますので、応援よろしくお願いします。                    

Informations de Base sur l'Extension

Nom Adjusting the video brightness[動画の明るさを調整する機能] Adjusting the video brightness[動画の明るさを調整する機能]
ID kpcjmbjaopdgkfgjbpggiibcgfipjajn
URL Officiel https://chrome.google.com/webstore/detail/adjusting-the-video-brigh/kpcjmbjaopdgkfgjbpggiibcgfipjajn
Description This Chrome Extension is an extension that allows you to adjust the video brightness.
Taille du Fichier 129 KB
Nombre d'Installations 180
Version Actuelle 1.4
Dernière Mise à Jour 2020-09-20
Date de Publication 2020-05-21
Évaluation 3.00/5 Total 2 Évaluations
Développeur ugonanasi
Email [email protected]
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Adjusting the video brightness[\u52d5\u753b\u306e\u660e\u308b\u3055\u3092\u8abf\u6574\u3059\u308b\u6a5f\u80fd]",
    "description": "This Chrome Extension is an extension that allows you to adjust the video brightness.",
    "version": "1.4",
    "icons": {
        "19": ".\/img\/16x16.png",
        "38": ".\/img\/38x38.png",
        "128": ".\/img\/128x128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "38": "img\/38x38.png"
        },
        "default_popup": "index.html",
        "default_title": "dark tube"
    },
    "permissions": [
        "activeTab"
    ]
}