TwitchTV PIP Mode

Picture in Picture for Twitch TV

O que é TwitchTV PIP Mode?

TwitchTV PIP Mode é uma extensão do Chrome desenvolvida por 초림이, e sua principal característica é "Picture in Picture for Twitch TV".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão TwitchTV PIP Mode

Baixe arquivos de extensão TwitchTV PIP Mode no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome TwitchTV PIP Mode TwitchTV PIP Mode
ID hgkofcnfkalomcloglekemngljnndhfa
URL Oficial https://chromewebstore.google.com/detail/twitchtv-pip-mode/hgkofcnfkalomcloglekemngljnndhfa
Descrição Picture in Picture for Twitch TV
Tamanho do Arquivo 23.8 KB
Contagem de Instalações 13,078
Versão Atual 0.0.2
Última Atualização 2022-03-05
Data de Publicação 2018-11-06
Classificação 4.62/5 Total de 29 Avaliações
Desenvolvedor 초림이
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
    ]
}