Video Filters

Easy access to html5 video filters

Video Filters là gì?

Video Filters là một tiện ích mở rộng Chrome được phát triển bởi flweynschenk, và tính năng chính của nó là "Easy access to html5 video filters".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Filters

Tải xuống các tệp mở rộng Video Filters dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Filters Video Filters
ID glkdajeidfbnmaehchohlcdcdkledpeh
URL Chính Thức https://chromewebstore.google.com/detail/video-filters/glkdajeidfbnmaehchohlcdcdkledpeh
Mô tả Easy access to html5 video filters
Kích Thước Tệp 17.8 KB
Số Lần Cài Đặt 212
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2024-03-07
Ngày Phát Hành 2022-03-20
Đánh Giá 4.80/5 Tổng số 5 Đánh Giá
Nhà Phát Triển flweynschenk
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/FWeynschenk/VideoFilters
URL Trang Trợ Giúp https://github.com/FWeynschenk/VideoFilters/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}