Discord Pop Out Channels
Allows Pop Out channels on Discord
Was ist Discord Pop Out Channels?
Discord Pop Out Channels ist eine Chrome-Erweiterung, die von Luke Flego entwickelt wurde, und ihr Hauptmerkmal ist "Allows Pop Out channels on Discord".
Discord Pop Out Channels-Erweiterungs-CRX-Datei herunterladen
Laden Sie Discord Pop Out Channels-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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"
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | cmfpcndkafombhkoehlbjcoajheofbfo |
Offizielle URL | https://chrome.google.com/webstore/detail/discord-pop-out-channels/cmfpcndkafombhkoehlbjcoajheofbfo |
Beschreibung | Allows Pop Out channels on Discord |
Dateigröße | 6.56 KB |
Installationsanzahl | 50 |
Aktuelle Version | 1.1 |
Letztes Update | 2017-06-24 |
Veröffentlichungsdatum | 2017-06-24 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | Luke Flego |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |