Retro Youtube Filter

Watch Youtube Videos in Black and White

What is Retro Youtube Filter?

Retro Youtube Filter is a Chrome extension developed by Duncan Mudulo, and its main feature is "Watch Youtube Videos in Black and White".

Extension Screenshots

screenshot

Download Retro Youtube Filter Extension CRX File

Download Retro Youtube Filter 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

                        Watch Youtube Videos in Black and White and bring back that retro feel!                    

Extension Basic Information

Name Retro Youtube Filter Retro Youtube Filter
ID mmjbbchdcjpenhfpmfokboacigfgmaib
Official URL https://chromewebstore.google.com/detail/retro-youtube-filter/mmjbbchdcjpenhfpmfokboacigfgmaib
Description Watch Youtube Videos in Black and White
File Size 18.45 KB
Installation Count 48
Current Version 1.4
Last Updated 2023-02-21
Publish Date 2023-02-19
Rating 5.00/5 Total 2 Ratings
Developer Duncan Mudulo
Email [email protected]
Payment Type free
Extension Website https://github.com/mudulo/retro-youtube-filter
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Retro Youtube Filter",
    "version": "1.4",
    "description": "Watch Youtube Videos in Black and White",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "icons": {
        "16": "youtube-6-16.png",
        "48": "youtube-6-48.png",
        "64": "youtube-6-64.png",
        "128": "youtube-6-128.png",
        "256": "youtube-6-256.png"
    }
}