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

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

Adjusting the video brightness[動画の明るさを調整する機能]とは何ですか?

Adjusting the video brightness[動画の明るさを調整する機能]はugonanasiによって開発されたChromeの拡張機能で、その主な機能は「This Chrome Extension is an extension that allows you to adjust the video brightness.」です。

拡張機能のスクリーンショット

screenshot

Adjusting the video brightness[動画の明るさを調整する機能]拡張機能のCRXファイルをダウンロード

Adjusting the video brightness[動画の明るさを調整する機能]拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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,ニコニコ動画などでは動作しているのを確認できました。
更なるアップデートをしていこうと思いますので、応援よろしくお願いします。                    

拡張機能の基本情報

名前 Adjusting the video brightness[動画の明るさを調整する機能] Adjusting the video brightness[動画の明るさを調整する機能]
ID kpcjmbjaopdgkfgjbpggiibcgfipjajn
公式URL https://chrome.google.com/webstore/detail/adjusting-the-video-brigh/kpcjmbjaopdgkfgjbpggiibcgfipjajn
説明 This Chrome Extension is an extension that allows you to adjust the video brightness.
ファイルサイズ 129 KB
インストール数 180
現在のバージョン 1.4
最終更新日 2020-09-20
公開日 2020-05-21
評価 3.00/5 合計 2 レビュー
開発者 ugonanasi
Eメール [email protected]
支払い方法 free
対応言語 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"
    ]
}