Video Filters

Easy access to html5 video filters

Video Filtersคืออะไร?

Video Filters เป็นส่วนขยายของ Chrome ที่พัฒนาโดย flweynschenk และคุณลักษณะหลักของมันคือ "Easy access to html5 video filters"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Filters

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

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

                        Extension enables you to change brightness and more of any video on the web.
Includes a convenient button for playing the videos in Picture in Picture mode.

Available filters are;
Brightness, Contrast, Saturation, Invert, Sepia, Opacity, Grayscale, Hue, Blur and playbackrate.

Tested on;
Netflix, Disney+, YouTube and more.                    

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

ชื่อ Video Filters Video Filters
ID glkdajeidfbnmaehchohlcdcdkledpeh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/video-filters/glkdajeidfbnmaehchohlcdcdkledpeh
คำอธิบาย Easy access to html5 video filters
ขนาดไฟล์ 17.8 KB
จำนวนการติดตั้ง 212
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2024-03-07
วันที่เผยแพร่ 2022-03-20
คะแนน 4.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา flweynschenk
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/FWeynschenk/VideoFilters
URL หน้าช่วยเหลือ https://github.com/FWeynschenk/VideoFilters/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Filters",
    "description": "Easy access to html5 video filters",
    "version": "1.2.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/outline_video_settings_black_18dp.png",
            "32": "\/images\/outline_video_settings_black_24dp.png",
            "48": "\/images\/outline_video_settings_black_36dp.png",
            "128": "\/images\/outline_video_settings_black_48dp.png"
        }
    },
    "icons": {
        "16": "\/images\/outline_video_settings_black_18dp.png",
        "32": "\/images\/outline_video_settings_black_24dp.png",
        "48": "\/images\/outline_video_settings_black_36dp.png",
        "128": "\/images\/outline_video_settings_black_48dp.png"
    },
    "options_page": "options.html"
}