Twitch-Chat-Bottom

When the sceen is small Twitch chat is anchored at the bottom of the page

Apa itu Twitch-Chat-Bottom?

Twitch-Chat-Bottom adalah ekstensi Chrome yang dikembangkan oleh Asim Shrestha, dan fitur utamanya adalah "When the sceen is small Twitch chat is anchored at the bottom of the page".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch-Chat-Bottom

Unduh file ekstensi Twitch-Chat-Bottom 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

                                            

Informasi Dasar Ekstensi

Nama Twitch-Chat-Bottom Twitch-Chat-Bottom
ID ojihlcinbfjmbiabagcjaniphobeenla
URL Resmi https://chromewebstore.google.com/detail/twitch-chat-bottom/ojihlcinbfjmbiabagcjaniphobeenla
Deskripsi When the sceen is small Twitch chat is anchored at the bottom of the page
Ukuran File 4.58 KB
Jumlah Instalasi 14
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2018-04-05
Tanggal Publikasi 2018-04-05
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Asim Shrestha
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "When the sceen is small Twitch chat is anchored at the bottom of the page",
    "manifest_version": 2,
    "name": "Twitch-Chat-Bottom",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "browser_style": true,
        "default_title": "Twitch Chat Bottom"
    },
    "permissions": [
        "*:\/\/*.twitch.tv\/*",
        "activeTab",
        "tabs"
    ]
}