Video Filter for YouTube

Chrome Extension for Video Filter on YouTube

Video Filter for YouTube là gì?

Video Filter for YouTube là một tiện ích mở rộng Chrome được phát triển bởi https://fiahfy.blogspot.com, và tính năng chính của nó là "Chrome Extension for Video Filter on YouTube".

Ả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 for YouTube

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

                        - Apply a filter(brightness, contrast and invert) to video.                    

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

Tên Video Filter for YouTube Video Filter for YouTube
ID jgejpcldaimfhfgbjekolgcmkamkanio
URL Chính Thức https://chromewebstore.google.com/detail/video-filter-for-youtube/jgejpcldaimfhfgbjekolgcmkamkanio
Mô tả Chrome Extension for Video Filter on YouTube
Kích Thước Tệp 110 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2020-04-01
Ngày Phát Hành 2020-04-01
Nhà Phát Triển https://fiahfy.blogspot.com
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",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": false,
            "js": [
                "content-script.js"
            ]
        }
    ],
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/www.youtube.com\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "name": "Video Filter for YouTube",
    "description": "Chrome Extension for Video Filter on YouTube",
    "version": "0.0.2"
}