Deezer Discord Integration

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

Qu'est-ce que Deezer Discord Integration ?

Deezer Discord Integration est une extension Chrome développée par Adrien Colson, et sa fonction principale est "This extension allows the user to display Deezer's current playing song in Discord status.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Deezer Discord Integration

Téléchargez les fichiers d'extension Deezer Discord Integration au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Deezer Discord Integration Deezer Discord Integration
ID gpmnalhimebpjhilkifcaadejhmogaok
URL Officiel https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok
Description This extension allows the user to display Deezer's current playing song in Discord status.
Taille du Fichier 34.56 KB
Nombre d'Installations 6,300
Version Actuelle 0.1.5
Dernière Mise à Jour 2020-07-20
Date de Publication 2019-06-14
Évaluation 4.12/5 Total 42 Évaluations
Développeur Adrien Colson
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/AdrienC/discord-deezer-chrome
Langues Prises en Charge 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\/*"
    ]
}