Video Filter for YouTube

Chrome Extension for Video Filter on YouTube

What is Video Filter for YouTube?

Video Filter for YouTube is a Chrome extension developed by https://fiahfy.blogspot.com, and its main feature is "Chrome Extension for Video Filter on YouTube".

Extension Screenshots

screenshot
screenshot

Download Video Filter for YouTube Extension CRX File

Download Video Filter for YouTube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Video Filter for YouTube Video Filter for YouTube
ID jgejpcldaimfhfgbjekolgcmkamkanio
Official URL https://chromewebstore.google.com/detail/video-filter-for-youtube/jgejpcldaimfhfgbjekolgcmkamkanio
Description Chrome Extension for Video Filter on YouTube
File Size 110 KB
Installation Count 79
Current Version 0.0.2
Last Updated 2020-04-01
Publish Date 2020-04-01
Developer https://fiahfy.blogspot.com
Email [email protected]
Payment Type free
Supported Languages 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"
}