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
公式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
Eメール [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"
}