WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Ambient light for YouTube™

Ambient light for YouTube™

View on Chrome Web Store
View Ambient light for YouTube™ Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (165 ratings)
1 new ratings
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Immerse yourself in YouTube™ videos with ambient light!
Type
Extension
Users
10,000 users
Wezelkrozum
View author page of Wezelkrozum
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 25, 2017
Version 2.38.17
Manifest version
3
Updated
Updated on November 15, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View Ambient light for YouTube™ Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ambient light for YouTube\u2122",
    "description": "Immerse yourself in YouTube\u2122 videos with ambient light!",
    "version": "2.38.17",
    "homepage_url": "https:\/\/github.com\/WesselKroos\/youtube-ambilight",
    "author": "Wessel Kroos",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "128": "images\/icon-128.png"
    },
    "minimum_chrome_version": "121",
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "121.0"
        }
    },
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png"
        },
        "default_popup": "options.html"
    },
    "background": {
        "service_worker": "scripts\/background.js",
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/live_chat*",
                "https:\/\/www.youtube.com\/embed\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/embed\/*"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/www.youtube.com\/live_chat*"
            ],
            "exclude_matches": [
                "https:\/\/www.youtube.com\/live_chat?is_popout=1*"
            ],
            "css": [
                "styles\/live-chat.css"
            ],
            "js": [
                "scripts\/live-chat.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "styles\/content.css",
                "scripts\/content-main.js",
                "scripts\/injected.js",
                "images\/noise-1.png",
                "images\/noise-2.png",
                "images\/noise-3.png",
                "images\/donate.svg"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "permissions": [
        "storage"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top