Old twitch font

added support for PM

What is Old twitch font?

Old twitch font is a Chrome extension developed by Skovoroda, and its main feature is "added support for PM".

Extension Screenshots

screenshot

Download Old twitch font Extension CRX File

Download Old twitch font extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Old twitch font Old twitch font
ID kgeeboiogegjflbegfohadbddiiabhnb
Official URL https://chromewebstore.google.com/detail/old-twitch-font/kgeeboiogegjflbegfohadbddiiabhnb
Description added support for PM
File Size 4.36 KB
Installation Count 137
Current Version 1.0.2
Last Updated 2019-09-26
Publish Date 2019-09-26
Rating 5.00/5 Total 5 Ratings
Developer Skovoroda
Payment Type free
Supported Languages 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
}