Video Filter

Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.

Video Filterとは何ですか?

Video FilterはDing Dongによって開発されたChromeの拡張機能で、その主な機能は「Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Video Filter拡張機能のCRXファイルをダウンロード

Video Filter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Video Filter works everywhere: YouTube, Vimeo, Facebook, Netflix, HTML5 video and so on.
Available filters:
* brightness
* contrast
* gamma
* saturate
* grayscale
* sepia
* hue-rotate
* flood (SVG display on)
* image
* blur
* opacity
* blend
* composite
* merge
* morphology
* SVG-code

Keyboard shortcut (only when a video tag is active) :
* "NumpadMultiply" key to toggle on/off 
* "A"/"D" key to skip forward/backward video 5 seconds                    

拡張機能の基本情報

名前 Video Filter Video Filter
ID fmeihcjcpeiadlombalojgaikfmdobbl
公式URL https://chromewebstore.google.com/detail/video-filter/fmeihcjcpeiadlombalojgaikfmdobbl
説明 Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.
ファイルサイズ 37.41 KB
インストール数 2,161
現在のバージョン 1.0.3
最終更新日 2022-04-12
公開日 2020-02-09
評価 4.74/5 合計 43 レビュー
開発者 Ding Dong
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Filter",
    "description": "Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.",
    "version": "1.0.3",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "ico\/x16.png",
        "48": "ico\/x48.png",
        "128": "ico\/x128.png"
    },
    "author": "DingDong",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "ico\/x16.png",
            "24": "ico\/x24.png",
            "32": "ico\/x32.png"
        },
        "default_title": "Video Filter",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "manifest_version": 3
}