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 |
官方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" ] } ] } |