Twitch Bigger Font

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

Apa itu Twitch Bigger Font?

Twitch Bigger Font adalah ekstensi Chrome yang dikembangkan oleh https://www.scop3scout.webege.com, dan fitur utamanya adalah "Changes the twitch font to 16px (~115% bigger than default)".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Twitch Bigger Font

Unduh file ekstensi Twitch Bigger Font dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Twitch Bigger Font Twitch Bigger Font
ID heegoibfojikpcppkaodefonfpghflig
URL Resmi https://chromewebstore.google.com/detail/twitch-bigger-font/heegoibfojikpcppkaodefonfpghflig
Deskripsi Changes the twitch font to 16px (~115% bigger than default)
Ukuran File 7.14 KB
Jumlah Instalasi 109
Versi Saat Ini 0.3
Terakhir Diperbarui 2016-04-28
Tanggal Publikasi 2016-04-28
Penilaian 3.75/5 Total 4 Penilaian
Pengembang https://www.scop3scout.webege.com
Tipe Pembayaran free
URL Halaman Bantuan http://twitter.com/sCop3SCouT
Bahasa yang Didukung 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"
            ]
        }
    ]
}