Deezer Discord Integration

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

Wat is Deezer Discord Integration?

Deezer Discord Integration is een Chrome-extensie ontwikkeld door Adrien Colson, en de belangrijkste functie is "This extension allows the user to display Deezer's current playing song in Discord status.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Deezer Discord Integration

Download Deezer Discord Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Deezer Discord Integration Deezer Discord Integration
ID gpmnalhimebpjhilkifcaadejhmogaok
Officiële URL https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok
Beschrijving This extension allows the user to display Deezer's current playing song in Discord status.
Bestandsgrootte 34.56 KB
Aantal Installaties 6,300
Huidige Versie 0.1.5
Laatst Bijgewerkt 2020-07-20
Publicatiedatum 2019-06-14
Beoordeling 4.12/5 Totaal 42 Beoordelingen
Ontwikkelaar Adrien Colson
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/AdrienC/discord-deezer-chrome
Ondersteunde Talen 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\/*"
    ]
}