Video Styler (brightness and more)

Extension allows you to adjust the brightness for all video players on websites, as well as apply advanced filters to video!

Video Styler (brightness and more)คืออะไร?

Video Styler (brightness and more) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ebnull.org และคุณลักษณะหลักของมันคือ "Extension allows you to adjust the brightness for all video players on websites, as well as apply advanced filters to video!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Styler (brightness and more)

ดาวน์โหลดไฟล์ส่วนขยาย Video Styler (brightness and more) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Apply professional photo filters to videos on the fly!
This extension works on all sites with HTML5 players, such as YouTube and Twitch.
You can also combine filters with each other.

[New] Now you can use fully customizable SVG filters (manage and create your own unique filters in SVG format) and combine them with photo filters!

Available filters:
* Brightness
* Contrast
* Saturate
* Grayscale
* Invert
* Sepia
* Hue-Rotate
* Blur
* Customizable SVG

New features on the way.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Video Styler (brightness and more) Video Styler (brightness and more)
ID bfmgdnjlifbmedglimhnbhgkefanaiep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-styler-brightness-a/bfmgdnjlifbmedglimhnbhgkefanaiep
คำอธิบาย Extension allows you to adjust the brightness for all video players on websites, as well as apply advanced filters to video!
ขนาดไฟล์ 118 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.3.3
อัปเดตครั้งล่าสุด 2021-05-02
วันที่เผยแพร่ 2017-09-05
คะแนน 4.55/5 รวมทั้งหมด 165 คะแนน
ผู้พัฒนา https://ebnull.org
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ebnull.org/privacy
ภาษาที่รองรับ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_title__",
    "version": "1.3.3",
    "description": "__MSG_extension_descr__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "author": "ebNULL",
    "permissions": [
        "alarms",
        "storage",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "__MSG_extension_title__",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "vendor\/ebnull-notifier.min.js",
            "vendor\/ext-single-page-opener.min.js",
            "vendor\/ext-storage-manager.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "contentscripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png"
    ]
}