YouTube color adjust

Adjust youtube videos

What is YouTube color adjust?

YouTube color adjust is a Chrome extension developed by ramzan.dev0, and its main feature is "Adjust youtube videos".

Extension Screenshots

screenshot
screenshot
screenshot

Download YouTube color adjust Extension CRX File

Download YouTube color adjust 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

                        An easy to adjust youtube videos. This extensions allows users to change youtube videos properties such as color, brightness, contrast and so on as per users comfort.                    

Extension Basic Information

Name YouTube color adjust YouTube color adjust
ID dlhaiikpkghhgmfedkbiepccgnccdnbh
Official URL https://chromewebstore.google.com/detail/youtube-color-adjust/dlhaiikpkghhgmfedkbiepccgnccdnbh
Description Adjust youtube videos
File Size 17.97 KB
Installation Count 208
Current Version 1.0.0
Last Updated 2022-01-13
Publish Date 2022-01-13
Rating 4.67/5 Total 3 Ratings
Developer ramzan.dev0
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube color adjust",
    "description": "Adjust youtube videos",
    "version": "1.0.0",
    "manifest_version": 3,
    "author": "r. alee",
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_icon": {
            "16": ".\/images\/16.png",
            "32": ".\/images\/32.png",
            "48": ".\/images\/48.png",
            "128": ".\/images\/128.png"
        },
        "default_popup": ".\/popup.html"
    },
    "icons": {
        "16": ".\/images\/16.png",
        "32": ".\/images\/32.png",
        "48": ".\/images\/48.png",
        "128": ".\/images\/128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}