TwitchTV PIP Mode

Picture in Picture for Twitch TV

Wat is TwitchTV PIP Mode?

TwitchTV PIP Mode is een Chrome-extensie ontwikkeld door 초림이, en de belangrijkste functie is "Picture in Picture for Twitch TV".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TwitchTV PIP Mode

Download TwitchTV PIP Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam TwitchTV PIP Mode TwitchTV PIP Mode
ID hgkofcnfkalomcloglekemngljnndhfa
Officiële URL https://chromewebstore.google.com/detail/twitchtv-pip-mode/hgkofcnfkalomcloglekemngljnndhfa
Beschrijving Picture in Picture for Twitch TV
Bestandsgrootte 23.8 KB
Aantal Installaties 13,078
Huidige Versie 0.0.2
Laatst Bijgewerkt 2022-03-05
Publicatiedatum 2018-11-06
Beoordeling 4.62/5 Totaal 29 Beoordelingen
Ontwikkelaar 초림이
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}