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.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Deezer Discord Integration

قم بتنزيل ملفات الامتداد Deezer Discord Integration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Deezer Discord Integration 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\/*"
    ]
}