Discord Pop Out Channels

Allows Pop Out channels on Discord

Discord Pop Out Channelsとは何ですか?

Discord Pop Out ChannelsはLuke Flegoによって開発されたChromeの拡張機能で、その主な機能は「Allows Pop Out channels on Discord」です。

Discord Pop Out Channels拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Open Discord channels in a new dedicated window with none of the sidebars.

Right click on a channel to the left and select "Pop Out Channel"                    

拡張機能の基本情報

名前 Discord Pop Out Channels Discord Pop Out Channels
ID cmfpcndkafombhkoehlbjcoajheofbfo
公式URL https://chrome.google.com/webstore/detail/discord-pop-out-channels/cmfpcndkafombhkoehlbjcoajheofbfo
説明 Allows Pop Out channels on Discord
ファイルサイズ 6.56 KB
インストール数 50
現在のバージョン 1.1
最終更新日 2017-06-24
公開日 2017-06-24
評価 1.00/5 合計 1 レビュー
開発者 Luke Flego
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Pop Out Channels",
    "short_name": "DPOC",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Allows Pop Out channels on Discord",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/discordapp.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}