DI Endless Play
Play Digitally Imported continuously without interruption
什么是DI Endless Play?
DI Endless Play是由jphunter.0开发的Chrome扩展程序,该扩展的主要功能是“Play Digitally Imported continuously without interruption”。
扩展截图
下载DI Endless Play扩展crx文件
下载DI Endless Play扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Play Digitally Imported continuously without interruption and avoid the annoying popup that stops your music. 扩展基本信息
| 名称 | |
| ID | mhlhiminhofejogobggepgjelcnjbpcg |
| 官方URL | https://chromewebstore.google.com/detail/di-endless-play/mhlhiminhofejogobggepgjelcnjbpcg |
| 简介 | Play Digitally Imported continuously without interruption |
| 文件大小 | 7.96 KB |
| 安装次数 | 45 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2016-05-19 |
| 上架时间 | 2016-05-18 |
| 评分 | 4.00/5 共3次评分 |
| 开发者 | jphunter.0 |
| 付费类型 | free |
| 支持的语言 | 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"
}
} | |