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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome Extension is an extension that allows you to adjust the video brightness."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Adjusting the video brightness[動画の明るさを調整する機能] एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}