Old twitch font

added support for PM

Cos'è Old twitch font?

Old twitch font è un'estensione di Chrome sviluppata da Skovoroda, e la sua funzione principale è "added support for PM".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Old twitch font

Scarica i file di estensione Old twitch font 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

                        Returns back old twitch font (used on 26 September 2019 and prior)                    

Informazioni di Base sull'Estensione

Nome Old twitch font Old twitch font
ID kgeeboiogegjflbegfohadbddiiabhnb
URL Ufficiale https://chromewebstore.google.com/detail/old-twitch-font/kgeeboiogegjflbegfohadbddiiabhnb
Descrizione added support for PM
Dimensione del File 4.36 KB
Conteggio Installazioni 137
Versione Corrente 1.0.2
Ultimo Aggiornamento 2019-09-26
Data di Pubblicazione 2019-09-26
Valutazione 5.00/5 Totale 5 Valutazioni
Sviluppatore Skovoroda
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Old twitch font",
    "version": "1.0.2",
    "description": "added support for PM",
    "permissions": [
        "*:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "css": [
                "old_font.css"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "favicon.png"
    },
    "manifest_version": 2
}