Discord Pop Out Channels

Allows Pop Out channels on Discord

Qu'est-ce que Discord Pop Out Channels ?

Discord Pop Out Channels est une extension Chrome développée par Luke Flego, et sa fonction principale est "Allows Pop Out channels on Discord".

Télécharger le fichier CRX de l'extension Discord Pop Out Channels

Téléchargez les fichiers d'extension Discord Pop Out Channels au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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"                    

Informations de Base sur l'Extension

Nom Discord Pop Out Channels Discord Pop Out Channels
ID cmfpcndkafombhkoehlbjcoajheofbfo
URL Officiel https://chrome.google.com/webstore/detail/discord-pop-out-channels/cmfpcndkafombhkoehlbjcoajheofbfo
Description Allows Pop Out channels on Discord
Taille du Fichier 6.56 KB
Nombre d'Installations 50
Version Actuelle 1.1
Dernière Mise à Jour 2017-06-24
Date de Publication 2017-06-24
Évaluation 1.00/5 Total 1 Évaluations
Développeur Luke Flego
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}