TwitchTV PIP Mode

Picture in Picture for Twitch TV

TwitchTV PIP Modeとは何ですか?

TwitchTV PIP Modeは초림이によって開発されたChromeの拡張機能で、その主な機能は「Picture in Picture for Twitch TV」です。

拡張機能のスクリーンショット

screenshot

TwitchTV PIP Mode拡張機能のCRXファイルをダウンロード

TwitchTV PIP Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 TwitchTV PIP Mode TwitchTV PIP Mode
ID hgkofcnfkalomcloglekemngljnndhfa
公式URL https://chromewebstore.google.com/detail/twitchtv-pip-mode/hgkofcnfkalomcloglekemngljnndhfa
説明 Picture in Picture for Twitch TV
ファイルサイズ 23.8 KB
インストール数 13,078
現在のバージョン 0.0.2
最終更新日 2022-03-05
公開日 2018-11-06
評価 4.62/5 合計 29 レビュー
開発者 초림이
Eメール [email protected]
支払い方法 free
対応言語 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\/*"
    ]
}