Discord Pop Out Channels

Allows Pop Out channels on Discord

Cos'è Discord Pop Out Channels?

Discord Pop Out Channels è un'estensione di Chrome sviluppata da Luke Flego, e la sua funzione principale è "Allows Pop Out channels on Discord".

Scarica il file CRX dell'estensione Discord Pop Out Channels

Scarica i file di estensione Discord Pop Out Channels in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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"                    

Informazioni di Base sull'Estensione

Nome Discord Pop Out Channels Discord Pop Out Channels
ID cmfpcndkafombhkoehlbjcoajheofbfo
URL Ufficiale https://chrome.google.com/webstore/detail/discord-pop-out-channels/cmfpcndkafombhkoehlbjcoajheofbfo
Descrizione Allows Pop Out channels on Discord
Dimensione del File 6.56 KB
Conteggio Installazioni 50
Versione Corrente 1.1
Ultimo Aggiornamento 2017-06-24
Data di Pubblicazione 2017-06-24
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Luke Flego
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}