Discord Pop Out Channels

Allows Pop Out channels on Discord

Co to jest Discord Pop Out Channels?

Discord Pop Out Channels to rozszerzenie Chrome opracowane przez Luke Flego, a jego główną funkcją jest „Allows Pop Out channels on Discord”.

Pobierz plik CRX rozszerzenia Discord Pop Out Channels

Pobierz pliki rozszerzeń Discord Pop Out Channels w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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"                    

Podstawowe informacje o rozszerzeniu

Nazwa Discord Pop Out Channels Discord Pop Out Channels
ID cmfpcndkafombhkoehlbjcoajheofbfo
Oficjalny URL https://chrome.google.com/webstore/detail/discord-pop-out-channels/cmfpcndkafombhkoehlbjcoajheofbfo
Opis Allows Pop Out channels on Discord
Rozmiar pliku 6.56 KB
Liczba instalacji 50
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2017-06-24
Data Publikacji 2017-06-24
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Luke Flego
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}