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 là gì?

Video Filter là một tiện ích mở rộng Chrome được phát triển bởi Ding Dong, và tính năng chính của nó là "Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Video Filter 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

                        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                    

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

Tên Video Filter Video Filter
ID fmeihcjcpeiadlombalojgaikfmdobbl
URL Chính Thức https://chromewebstore.google.com/detail/video-filter/fmeihcjcpeiadlombalojgaikfmdobbl
Mô tả Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.
Kích Thước Tệp 37.41 KB
Số Lần Cài Đặt 2,161
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2022-04-12
Ngày Phát Hành 2020-02-09
Đánh Giá 4.74/5 Tổng số 43 Đánh Giá
Nhà Phát Triển Ding Dong
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}