Old twitch font
added support for PM
Wat is Old twitch font?
Old twitch font is een Chrome-extensie ontwikkeld door Skovoroda, en de belangrijkste functie is "added support for PM".
Extensie Screenshots
Download het CRX-bestand van de extensie Old twitch font
Download Old twitch font-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Returns back old twitch font (used on 26 September 2019 and prior)
Basisinformatie over de Extensie
Naam | Old twitch font |
ID | kgeeboiogegjflbegfohadbddiiabhnb |
Officiële URL | https://chromewebstore.google.com/detail/old-twitch-font/kgeeboiogegjflbegfohadbddiiabhnb |
Beschrijving | added support for PM |
Bestandsgrootte | 4.36 KB |
Aantal Installaties | 137 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2019-09-26 |
Publicatiedatum | 2019-09-26 |
Beoordeling | 5.00/5 Totaal 5 Beoordelingen |
Ontwikkelaar | Skovoroda |
Betalingswijze | free |
Ondersteunde Talen | 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 } |