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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}