Deezer Discord Integration
This extension allows the user to display Deezer's current playing song in Discord status.
Cos'è Deezer Discord Integration?
Deezer Discord Integration è un'estensione di Chrome sviluppata da Adrien Colson, e la sua funzione principale è "This extension allows the user to display Deezer's current playing song in Discord status.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Deezer Discord Integration
Scarica i file di estensione Deezer Discord Integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
This extension shows the song played by the Deezer web app in the Discord app status.
Informazioni di Base sull'Estensione
Nome | Deezer Discord Integration |
ID | gpmnalhimebpjhilkifcaadejhmogaok |
URL Ufficiale | https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok |
Descrizione | This extension allows the user to display Deezer's current playing song in Discord status. |
Dimensione del File | 34.56 KB |
Conteggio Installazioni | 6,300 |
Versione Corrente | 0.1.5 |
Ultimo Aggiornamento | 2020-07-20 |
Data di Pubblicazione | 2019-06-14 |
Valutazione | 4.12/5 Totale 42 Valutazioni |
Sviluppatore | Adrien Colson |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/AdrienC/discord-deezer-chrome |
Lingue Supportate | 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\/*" ] } |