DI Endless Play
Play Digitally Imported continuously without interruption
ما هو DI Endless Play؟
DI Endless Play هو إضافة Chrome تم تطويرها بواسطة jphunter.0، والميزة الرئيسية لها هي "Play Digitally Imported continuously without interruption".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة DI Endless Play
قم بتنزيل ملفات الامتداد DI Endless Play بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |