Video Filters

Easy access to html5 video filters

什麼是Video Filters?

Video Filters是由flweynschenk開發的Chrome擴展程式,該擴展的主要功能是“Easy access to html5 video filters”。

擴展截圖

screenshot

下載Video Filters擴展crx文件

下載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
官方網址 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"
}