Deezer Discord Integration
This extension allows the user to display Deezer's current playing song in Discord status.
什么是Deezer Discord Integration?
Deezer Discord Integration是由Adrien Colson开发的Chrome扩展程序,该扩展的主要功能是“This extension allows the user to display Deezer's current playing song in Discord status.”。
扩展截图
下载Deezer Discord Integration扩展crx文件
下载Deezer Discord Integration扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension shows the song played by the Deezer web app in the Discord app status.
扩展基本信息
名称 | Deezer Discord Integration |
ID | gpmnalhimebpjhilkifcaadejhmogaok |
官方URL | https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok |
简介 | This extension allows the user to display Deezer's current playing song in Discord status. |
文件大小 | 34.56 KB |
安装次数 | 6,300 |
当前版本 | 0.1.5 |
更新时间 | 2020-07-20 |
上架时间 | 2019-06-14 |
评分 | 4.12/5 共42次评分 |
开发者 | Adrien Colson |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/AdrienC/discord-deezer-chrome |
支持的语言 | 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\/*" ] } |