YouTube color adjust

Adjust youtube videos

Wat is YouTube color adjust?

YouTube color adjust is een Chrome-extensie ontwikkeld door ramzan.dev0, en de belangrijkste functie is "Adjust youtube videos".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie YouTube color adjust

Download YouTube color adjust-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam YouTube color adjust YouTube color adjust
ID dlhaiikpkghhgmfedkbiepccgnccdnbh
Officiële URL https://chromewebstore.google.com/detail/youtube-color-adjust/dlhaiikpkghhgmfedkbiepccgnccdnbh
Beschrijving Adjust youtube videos
Bestandsgrootte 17.97 KB
Aantal Installaties 208
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-01-13
Publicatiedatum 2022-01-13
Beoordeling 4.67/5 Totaal 3 Beoordelingen
Ontwikkelaar ramzan.dev0
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}