Video Brightness Adjuster

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

ما هو Video Brightness Adjuster؟

Video Brightness Adjuster هو إضافة Chrome تم تطويرها بواسطة あんこだま، والميزة الرئيسية لها هي "Adjusts the brightness of the video to make dark scenes more visible.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Video Brightness Adjuster

قم بتنزيل ملفات الامتداد Video Brightness Adjuster بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}