Discord Pop Out Channels
Allows Pop Out channels on Discord
What is Discord Pop Out Channels?
Discord Pop Out Channels is a Chrome extension developed by Luke Flego, and its main feature is "Allows Pop Out channels on Discord".
Download Discord Pop Out Channels Extension CRX File
Download Discord Pop Out Channels extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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"
Extension Basic Information
Name | ![]() |
ID | cmfpcndkafombhkoehlbjcoajheofbfo |
Official URL | https://chrome.google.com/webstore/detail/discord-pop-out-channels/cmfpcndkafombhkoehlbjcoajheofbfo |
Description | Allows Pop Out channels on Discord |
File Size | 6.56 KB |
Installation Count | 50 |
Current Version | 1.1 |
Last Updated | 2017-06-24 |
Publish Date | 2017-06-24 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Luke Flego |
Payment Type | free |
Supported Languages | 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" ] } ] } |