YouTube color adjust

Adjust youtube videos

Cos'è YouTube color adjust?

YouTube color adjust è un'estensione di Chrome sviluppata da ramzan.dev0, e la sua funzione principale è "Adjust youtube videos".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione YouTube color adjust

Scarica i file di estensione YouTube color adjust in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome YouTube color adjust YouTube color adjust
ID dlhaiikpkghhgmfedkbiepccgnccdnbh
URL Ufficiale https://chromewebstore.google.com/detail/youtube-color-adjust/dlhaiikpkghhgmfedkbiepccgnccdnbh
Descrizione Adjust youtube videos
Dimensione del File 17.97 KB
Conteggio Installazioni 208
Versione Corrente 1.0.0
Ultimo Aggiornamento 2022-01-13
Data di Pubblicazione 2022-01-13
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore ramzan.dev0
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}