Twitch Bigger Font

Changes the twitch font to 16px (~115% bigger than default)

O que é Twitch Bigger Font?

Twitch Bigger Font é uma extensão do Chrome desenvolvida por https://www.scop3scout.webege.com, e sua principal característica é "Changes the twitch font to 16px (~115% bigger than default)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitch Bigger Font

Baixe arquivos de extensão Twitch Bigger Font no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Twitch Bigger Font Twitch Bigger Font
ID heegoibfojikpcppkaodefonfpghflig
URL Oficial https://chromewebstore.google.com/detail/twitch-bigger-font/heegoibfojikpcppkaodefonfpghflig
Descrição Changes the twitch font to 16px (~115% bigger than default)
Tamanho do Arquivo 7.14 KB
Contagem de Instalações 109
Versão Atual 0.3
Última Atualização 2016-04-28
Data de Publicação 2016-04-28
Classificação 3.75/5 Total de 4 Avaliações
Desenvolvedor https://www.scop3scout.webege.com
Tipo de Pagamento free
URL da Página de Ajuda http://twitter.com/sCop3SCouT
Idiomas Suportados 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"
            ]
        }
    ]
}