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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}