Twitch Bigger Font
Changes the twitch font to 16px (~115% bigger than default)
Cos'è Twitch Bigger Font?
Twitch Bigger Font è un'estensione di Chrome sviluppata da https://www.scop3scout.webege.com, e la sua funzione principale è "Changes the twitch font to 16px (~115% bigger than default)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitch Bigger Font
Scarica i file di estensione Twitch Bigger 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
Makes the font bigger, will help if you feel the font is too small, check the pictures for how it looks with the addon! :D ---------------------------------------------------------------- 0.3 Update Note - Now info section of channels are also in bigger fonts! 0.2 Update Note - Fixed extension to work with the new Twitch HTTPS update. ---------------------------------------------------------------- REPORT BUGS IN THE ADDON @sCop3SCouT ON twitter.com/sCop3SCouT
Informazioni di Base sull'Estensione
Nome | Twitch Bigger Font |
ID | heegoibfojikpcppkaodefonfpghflig |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-bigger-font/heegoibfojikpcppkaodefonfpghflig |
Descrizione | Changes the twitch font to 16px (~115% bigger than default) |
Dimensione del File | 7.14 KB |
Conteggio Installazioni | 109 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2016-04-28 |
Data di Pubblicazione | 2016-04-28 |
Valutazione | 3.75/5 Totale 4 Valutazioni |
Sviluppatore | https://www.scop3scout.webege.com |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | http://twitter.com/sCop3SCouT |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Bigger Font", "version": "0.3", "description": "Changes the twitch font to 16px (~115% bigger than default)", "icons": { "16": "icon-16.png", "128": "icon-128.png" }, "author": "sCop3SCouT https:\/\/www.twitter.com\/sCop3SCouT", "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "css": [ "style.css" ] } ] } |