DI Endless Play
Play Digitally Imported continuously without interruption
What is DI Endless Play?
DI Endless Play is a Chrome extension developed by jphunter.0, and its main feature is "Play Digitally Imported continuously without interruption".
Extension Screenshots
Download DI Endless Play Extension CRX File
Download DI Endless Play extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Play Digitally Imported continuously without interruption and avoid the annoying popup that stops your music.
Extension Basic Information
Name | |
ID | mhlhiminhofejogobggepgjelcnjbpcg |
Official URL | https://chromewebstore.google.com/detail/di-endless-play/mhlhiminhofejogobggepgjelcnjbpcg |
Description | Play Digitally Imported continuously without interruption |
File Size | 7.96 KB |
Installation Count | 45 |
Current Version | 0.0.3 |
Last Updated | 2016-05-19 |
Publish Date | 2016-05-18 |
Rating | 4.00/5 Total 3 Ratings |
Developer | jphunter.0 |
Payment Type | free |
Supported Languages | 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" } } |