Twitch Bigger Font

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

Twitch Bigger Fontとは何ですか?

Twitch Bigger Fontはhttps://www.scop3scout.webege.comによって開発されたChromeの拡張機能で、その主な機能は「Changes the twitch font to 16px (~115% bigger than default)」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Twitch Bigger Font拡張機能のCRXファイルをダウンロード

Twitch Bigger Font拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Twitch Bigger Font Twitch Bigger Font
ID heegoibfojikpcppkaodefonfpghflig
公式URL https://chromewebstore.google.com/detail/twitch-bigger-font/heegoibfojikpcppkaodefonfpghflig
説明 Changes the twitch font to 16px (~115% bigger than default)
ファイルサイズ 7.14 KB
インストール数 109
現在のバージョン 0.3
最終更新日 2016-04-28
公開日 2016-04-28
評価 3.75/5 合計 4 レビュー
開発者 https://www.scop3scout.webege.com
支払い方法 free
ヘルプページのURL http://twitter.com/sCop3SCouT
対応言語 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"
            ]
        }
    ]
}