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
官方網址 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
電子郵箱 [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"
    ]
}