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"
擴展基本資訊
名稱 | ![]() |
ID | cmfpcndkafombhkoehlbjcoajheofbfo |
官方網址 | 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" ] } ] } |