Deezer Discord Integration
This extension allows the user to display Deezer's current playing song in Discord status.
Что такое Deezer Discord Integration?
Deezer Discord Integration - это расширение Chrome, разработанное Adrien Colson, и его основная функция - "This extension allows the user to display Deezer's current playing song in Discord status.".
Снимки экрана расширения
Скачать файл CRX расширения Deezer Discord Integration
Скачайте файлы расширений 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\/*" ] } |