TwitchTV PIP Mode

Picture in Picture for Twitch TV

What is TwitchTV PIP Mode?

TwitchTV PIP Mode is a Chrome extension developed by 초림이, and its main feature is "Picture in Picture for Twitch TV".

Extension Screenshots

screenshot

Download TwitchTV PIP Mode Extension CRX File

Download TwitchTV PIP Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name TwitchTV PIP Mode TwitchTV PIP Mode
ID hgkofcnfkalomcloglekemngljnndhfa
Official URL https://chromewebstore.google.com/detail/twitchtv-pip-mode/hgkofcnfkalomcloglekemngljnndhfa
Description Picture in Picture for Twitch TV
File Size 23.8 KB
Installation Count 13,078
Current Version 0.0.2
Last Updated 2022-03-05
Publish Date 2018-11-06
Rating 4.62/5 Total 29 Ratings
Developer 초림이
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}