MultiTwitchIT

Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams

Apa itu MultiTwitchIT?

MultiTwitchIT adalah ekstensi Chrome yang dikembangkan oleh https://www.outofmemory.blog.br, dan fitur utamanya adalah "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams".

Unduh Berkas CRX Ekstensi MultiTwitchIT

Unduh file ekstensi MultiTwitchIT 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

                        This extension makes the life easier for twitch.tv users who likes to use the multitwitch.tv functionality to watch multiple streams in the same tab.
Open all streams you want to watch and then click on the MultitwitchIT icon of  and voia la! A new tab opens with all previously opened twtich.tv streams.                    

Informasi Dasar Ekstensi

Nama MultiTwitchIT MultiTwitchIT
ID jgdgdklgeobfdjmjhajoeblmaicchfel
URL Resmi https://chromewebstore.google.com/detail/multitwitchit/jgdgdklgeobfdjmjhajoeblmaicchfel
Deskripsi Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams
Ukuran File 61.04 KB
Jumlah Instalasi 74
Versi Saat Ini 0.4
Terakhir Diperbarui 2016-09-12
Tanggal Publikasi 2016-09-12
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://www.outofmemory.blog.br
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiTwitchIT",
    "description": "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}