Video Brightness Adjuster

Adjusts the brightness of the video to make dark scenes more visible.

Video Brightness Adjuster क्या है?

Video Brightness Adjuster あんこだま द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adjusts the brightness of the video to make dark scenes more visible."।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में Video Brightness Adjuster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        You can adjust the brightness when scenes in movies and the like are dark and difficult to see. It's possible to adjust three types: brightness, contrast, and saturation.                    

एक्सटेंशन की मूल जानकारी

नाम Video Brightness Adjuster Video Brightness Adjuster
ID enphljmfhkhhfiphjclikhmclddopmpe
आधिकारिक URL https://chromewebstore.google.com/detail/video-brightness-adjuster/enphljmfhkhhfiphjclikhmclddopmpe
विवरण Adjusts the brightness of the video to make dark scenes more visible.
फ़ाइल का आकार 78.54 KB
स्थापना संख्या 211
वर्तमान संस्करण 1.2.0
अंतिम अपडेट 2023-06-19
प्रकाशन तिथि 2023-05-10
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर あんこだま
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extensionName__",
    "version": "1.2.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "description": "__MSG_extensionDescription__",
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ]
}