Twitch Bigger Font
Changes the twitch font to 16px (~115% bigger than default)
Qu'est-ce que Twitch Bigger Font ?
Twitch Bigger Font est une extension Chrome développée par https://www.scop3scout.webege.com, et sa fonction principale est "Changes the twitch font to 16px (~115% bigger than default)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Bigger Font
Téléchargez les fichiers d'extension Twitch Bigger Font au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Twitch Bigger Font |
ID | heegoibfojikpcppkaodefonfpghflig |
URL Officiel | https://chromewebstore.google.com/detail/twitch-bigger-font/heegoibfojikpcppkaodefonfpghflig |
Description | Changes the twitch font to 16px (~115% bigger than default) |
Taille du Fichier | 7.14 KB |
Nombre d'Installations | 109 |
Version Actuelle | 0.3 |
Dernière Mise à Jour | 2016-04-28 |
Date de Publication | 2016-04-28 |
Évaluation | 3.75/5 Total 4 Évaluations |
Développeur | https://www.scop3scout.webege.com |
Type de Paiement | free |
URL de la Page d'Aide | http://twitter.com/sCop3SCouT |
Langues Prises en Charge | 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" ] } ] } |