DI Endless Play

Play Digitally Imported continuously without interruption

DI Endless Play là gì?

DI Endless Play là một tiện ích mở rộng Chrome được phát triển bởi jphunter.0, và tính năng chính của nó là "Play Digitally Imported continuously without interruption".

Ả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 DI Endless Play

Tải xuống các tệp mở rộng DI Endless Play 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

                        Play Digitally Imported continuously without interruption and avoid the annoying popup that stops your music.                    

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

Tên DI Endless Play DI Endless Play
ID mhlhiminhofejogobggepgjelcnjbpcg
URL Chính Thức https://chromewebstore.google.com/detail/di-endless-play/mhlhiminhofejogobggepgjelcnjbpcg
Mô tả Play Digitally Imported continuously without interruption
Kích Thước Tệp 7.96 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2016-05-19
Ngày Phát Hành 2016-05-18
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển jphunter.0
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DI Endless Play",
    "version": "0.0.3",
    "manifest_version": 2,
    "description": "Play Digitally Imported continuously without interruption",
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "DI Endless Play"
    },
    "permissions": [
        "http:\/\/www.di.fm\/"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}