Theme for Youtube™

Theme for Youtube™

Cos'è Theme for Youtube™?

Theme for Youtube™ è un'estensione di Chrome sviluppata da http://massinflux.com, e la sua funzione principale è "Theme for Youtube™".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Theme for Youtube™

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

                        Dark Theme for Youtube

NOTE: This extension is deprecated. Youtube has a Dark Theme now.


I made this theme for my own needs, so it will have bugs, but feel free to use it if it fits your style. I'm open to suggestions on improving this extension.

patreon: https://www.patreon.com/patrioticcow

v.0.9.3
  * More UI improvements

v.0.9.2
  * UI improvements

v.0.8.0
  * CSS Overflow fixes

v.0.7.0
  * Minor fixes

v 0.6.9 
  * Initial Release                    

Informazioni di Base sull'Estensione

Nome Theme for Youtube™ Theme for Youtube™
ID nmelhglmbeikifbiliagmjjngfefemcn
URL Ufficiale https://chrome.google.com/webstore/detail/theme-for-youtube/nmelhglmbeikifbiliagmjjngfefemcn
Descrizione Theme for Youtube™
Dimensione del File 46.83 KB
Conteggio Installazioni 622
Versione Corrente 0.9.3
Ultimo Aggiornamento 2018-05-30
Data di Pubblicazione 2018-05-30
Valutazione 3.50/5 Totale 28 Valutazioni
Sviluppatore http://massinflux.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://massinflux.com/
URL della Pagina della Politica sulla Privacy http://massinflux.com
Lingue Supportate en
manifest.json
{
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "styles\/main.css"
            ],
            "js": [
                "scripts\/jquery-1.11.2.min.js",
                "scripts\/contentscript.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Theme for Youtube\u2122",
    "icons": {
        "128": "images\/icon-128.png",
        "16": "images\/icon-16.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhCiROdrchnIvDEMqPoJ8PwnoPUzlG5LYJ5SOtdH2p6QCDmv7hJNPvbXgDPAyP5XwekwcwQAyC33Wry+mK71k1fp+I6V2ITlRvcV2oovzVKAbBnBRG5oVs4zr+0XILL2vjliXhvgX+ij6xfR3KK95ERP2tW82btL9orctLfTLD6Q+M9Nt+XpKzjOwbsU3GGr2e\/GXFTD9To\/4E3rSNNhBe9YH3abt2WvgivSjDXBNNKxsGckgB1M\/cMnBq+nrGmesMTLbTG7E98oKjV6z7QNx9DsytQodMWnAWa09NoaJSGpg4K7L7dl5tq2hlMlv2R+iGxxoENbzOHTb+PyW9nRneQIDAQAB",
    "manifest_version": 2,
    "name": "Theme for Youtube\u2122",
    "permissions": [
        "tabs",
        "management",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.9.3",
    "web_accessible_resources": [
        "styles\/cusiframe.css",
        "styles\/youtube.css",
        "scripts\/jquery-1.11.2.min.js"
    ]
}