Deezer Discord Integration

This extension allows the user to display Deezer's current playing song in Discord status.

Deezer Discord Integration là gì?

Deezer Discord Integration là một tiện ích mở rộng Chrome được phát triển bởi Adrien Colson, và tính năng chính của nó là "This extension allows the user to display Deezer's current playing song in Discord status.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Deezer Discord Integration

Tải xuống các tệp mở rộng Deezer Discord Integration dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Deezer Discord Integration Deezer Discord Integration
ID gpmnalhimebpjhilkifcaadejhmogaok
URL Chính Thức https://chromewebstore.google.com/detail/deezer-discord-integratio/gpmnalhimebpjhilkifcaadejhmogaok
Mô tả This extension allows the user to display Deezer's current playing song in Discord status.
Kích Thước Tệp 34.56 KB
Số Lần Cài Đặt 6,300
Phiên Bản Hiện Tại 0.1.5
Cập Nhật Lần Cuối 2020-07-20
Ngày Phát Hành 2019-06-14
Đánh Giá 4.12/5 Tổng số 42 Đánh Giá
Nhà Phát Triển Adrien Colson
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/AdrienC/discord-deezer-chrome
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}