Deezer Discord Integration

This extension allows the user to display Deezer's current playing song in Discord status.

Co to jest Deezer Discord Integration?

Deezer Discord Integration to rozszerzenie Chrome opracowane przez Adrien Colson, a jego główną funkcją jest „This extension allows the user to display Deezer's current playing song in Discord status.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Deezer Discord Integration

Pobierz pliki rozszerzeń Deezer Discord Integration 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

                        This extension shows the song played by the Deezer web app in the Discord app status.                    

Podstawowe informacje o rozszerzeniu

Nazwa Deezer Discord Integration Deezer Discord Integration
ID gpmnalhimebpjhilkifcaadejhmogaok
Oficjalny URL https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok
Opis This extension allows the user to display Deezer's current playing song in Discord status.
Rozmiar pliku 34.56 KB
Liczba instalacji 6,300
Aktualna Wersja 0.1.5
Ostatnia Aktualizacja 2020-07-20
Data Publikacji 2019-06-14
Ocena 4.12/5 Łącznie 42 Oceny
Deweloper Adrien Colson
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/AdrienC/discord-deezer-chrome
Obsługiwane Języki en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "0.1.5",
    "default_locale": "en",
    "icons": {
        "16": "discord16.png",
        "48": "discord48.png",
        "128": "discord128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "*:\/\/discord.com\/*"
    ]
}