TwitchTV PIP Mode

Picture in Picture for Twitch TV

Apa itu TwitchTV PIP Mode?

TwitchTV PIP Mode adalah ekstensi Chrome yang dikembangkan oleh 초림이, dan fitur utamanya adalah "Picture in Picture for Twitch TV".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi TwitchTV PIP Mode

Unduh file ekstensi TwitchTV PIP Mode 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

                        Picture in Picture for Twitch TV!

You can always the broadcast on your descktop screen with this plug-in!

Just enter the broadcast page, and touch on the plug-in!                    

Informasi Dasar Ekstensi

Nama TwitchTV PIP Mode TwitchTV PIP Mode
ID hgkofcnfkalomcloglekemngljnndhfa
URL Resmi https://chromewebstore.google.com/detail/twitchtv-pip-mode/hgkofcnfkalomcloglekemngljnndhfa
Deskripsi Picture in Picture for Twitch TV
Ukuran File 23.8 KB
Jumlah Instalasi 13,078
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2022-03-05
Tanggal Publikasi 2018-11-06
Penilaian 4.62/5 Total 29 Penilaian
Pengembang 초림이
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwitchTV PIP Mode",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Picture in Picture for Twitch TV",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "homepage_url": "https:\/\/yuki.kr",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "PIP!"
    },
    "permissions": [
        "http:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ]
}