Youtube Theme

Fast change between dark and light Youtube themes

Cos'è Youtube Theme?

Youtube Theme è un'estensione di Chrome sviluppata da Light Alex, e la sua funzione principale è "Fast change between dark and light Youtube themes".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Youtube Theme

Scarica i file di estensione Youtube Theme 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

                        Fast change between dark and light YouTube design. Just in one click.                    

Informazioni di Base sull'Estensione

Nome Youtube Theme Youtube Theme
ID jkojliciihhmhfnioceoaahmmhhmhjdi
URL Ufficiale https://chromewebstore.google.com/detail/youtube-theme/jkojliciihhmhfnioceoaahmmhhmhjdi
Descrizione Fast change between dark and light Youtube themes
Dimensione del File 42.94 KB
Conteggio Installazioni 8,961
Versione Corrente 1.0.4
Ultimo Aggiornamento 2020-07-14
Data di Pubblicazione 2020-07-14
Valutazione 4.49/5 Totale 45 Valutazioni
Sviluppatore Light Alex
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://addons.lightalex.com/?source=chrome_store
Lingue Supportate en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Theme",
    "short_name": "__MSG_description__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.0.4",
    "author": "Light Alex",
    "icons": {
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/popup_dark_16.png",
            "24": "icons\/popup_dark_24.png",
            "32": "icons\/popup_dark_32.png"
        }
    },
    "background": {
        "scripts": [
            "files\/scripts\/background.js"
        ]
    },
    "permissions": [
        "tabs",
        "http:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube.com\/*",
        "cookies",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "css": [
                "files\/styles\/main.css"
            ],
            "js": [
                "files\/scripts\/preload.js"
            ],
            "run_at": "document_start"
        }
    ]
}