Discord Pop Out Channels
Allows Pop Out channels on Discord
Hvad er Discord Pop Out Channels?
Discord Pop Out Channels er en Chrome-udvidelse udviklet af Luke Flego, og dens hovedfunktion er "Allows Pop Out channels on Discord".
Download Discord Pop Out Channels-udvidelses-CRX-fil
Download Discord Pop Out Channels-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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"
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | cmfpcndkafombhkoehlbjcoajheofbfo |
Officiel URL | https://chrome.google.com/webstore/detail/discord-pop-out-channels/cmfpcndkafombhkoehlbjcoajheofbfo |
Beskrivelse | Allows Pop Out channels on Discord |
Filstørrelse | 6.56 KB |
Antal Installationer | 50 |
Nuværende Version | 1.1 |
Senest Opdateret | 2017-06-24 |
Udgivelsesdato | 2017-06-24 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Luke Flego |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |