Deezer Discord Integration

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

Was ist Deezer Discord Integration?

Deezer Discord Integration ist eine Chrome-Erweiterung, die von Adrien Colson entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows the user to display Deezer's current playing song in Discord status.".

Erweiterungsscreenshots

screenshot
screenshot

Deezer Discord Integration-Erweiterungs-CRX-Datei herunterladen

Laden Sie Deezer Discord Integration-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

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

Grundlegende Informationen zur Erweiterung

Name Deezer Discord Integration Deezer Discord Integration
ID gpmnalhimebpjhilkifcaadejhmogaok
Offizielle URL https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok
Beschreibung This extension allows the user to display Deezer's current playing song in Discord status.
Dateigröße 34.56 KB
Installationsanzahl 6,300
Aktuelle Version 0.1.5
Letztes Update 2020-07-20
Veröffentlichungsdatum 2019-06-14
Bewertung 4.12/5 Insgesamt 42 Bewertungen
Entwickler Adrien Colson
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/AdrienC/discord-deezer-chrome
Unterstützte Sprachen 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\/*"
    ]
}