TwitchTV PIP Mode

Picture in Picture for Twitch TV

Vad är TwitchTV PIP Mode?

TwitchTV PIP Mode är en Chrome-tillägg utvecklad av 초림이, och dess huvudfunktion är "Picture in Picture for Twitch TV".

Tilläggsskärmbilder

screenshot

Ladda ner TwitchTV PIP Mode-förlängningens CRX-fil

Ladda ner TwitchTV PIP Mode-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn TwitchTV PIP Mode TwitchTV PIP Mode
ID hgkofcnfkalomcloglekemngljnndhfa
Officiell webbadress https://chromewebstore.google.com/detail/twitchtv-pip-mode/hgkofcnfkalomcloglekemngljnndhfa
Beskrivning Picture in Picture for Twitch TV
Filstorlek 23.8 KB
Antal Installationer 13,078
Aktuell Version 0.0.2
Senast Uppdaterad 2022-03-05
Publiceringsdatum 2018-11-06
Betyg 4.62/5 Totalt 29 Betyg
Utvecklare 초림이
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}