Deezapper | Deezer Remote Control

Control your deezer web player from any device.

Deezapper | Deezer Remote Control là gì?

Deezapper | Deezer Remote Control là một tiện ích mở rộng Chrome được phát triển bởi alexdu14, và tính năng chính của nó là "Control your deezer web player from any device.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Deezapper | Deezer Remote Control

Tải xuống các tệp mở rộng Deezapper | Deezer Remote Control 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

                        Control your web deezer application from an other device like mobile phones on a mobile web app.
In this alpha version, you can use the basic control actions on the current deezer tracklist played.
No needs to install anything on your mobile, just run https://deezapper.firebaseapp.com in your web browser.

The github repo : https://github.com/alexandrepa/deezapper

Privacy Policy : https://www.iubenda.com/privacy-policy/78932865                    

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

Tên Deezapper | Deezer Remote Control Deezapper | Deezer Remote Control
ID kaklgpgemfmolohjpjbodjigkoedehkl
URL Chính Thức https://chrome.google.com/webstore/detail/deezapper-deezer-remote-c/kaklgpgemfmolohjpjbodjigkoedehkl
Mô tả Control your deezer web player from any device.
Kích Thước Tệp 177 KB
Số Lần Cài Đặt 322
Phiên Bản Hiện Tại 0.1.6
Cập Nhật Lần Cuối 2019-05-31
Ngày Phát Hành 2019-05-30
Đánh Giá 2.85/5 Tổng số 13 Đánh Giá
Nhà Phát Triển alexdu14
Loại Thanh Toán free
Trang Web Mở Rộng https://deezapper.firebaseapp.com/serverPortal
URL Trang Chính Sách Bảo Mật https://www.iubenda.com/privacy-policy/78932865
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Deezapper | Deezer Remote Control",
    "description": "Control your deezer web player from any device.",
    "version": "0.1.6",
    "icons": {
        "128": "deezer_icon.png"
    },
    "browser_action": {
        "default_icon": "deezer_icon.png",
        "default_popup": "credentials.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "*:\/\/*.deezer.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.deezer.com\/*"
            ],
            "js": [
                "firebase.js",
                "deezer.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "play.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'"
}