Quran Player
Play the Quran directly in the browser
ما هو Quran Player؟
Quran Player هو إضافة Chrome تم تطويرها بواسطة sofwanhaddad، والميزة الرئيسية لها هي "Play the Quran directly in the browser".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Quran Player
قم بتنزيل ملفات الامتداد Quran Player بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Listen to the Quran from multiple reciters directly inside your browser! No downloads necessary. Known issues: Scrubbing does not work or slow with part of audio that has not been downloaded. Some surah from certain reciters may not be available. Are you a developer and want to contribute? The code for this extension is available at: https://github.com/sysofwan/Quran-Player
معلومات أساسية عن التمديد
الاسم | Quran Player |
ID | bhjioncbieblaknjjgladehifnlhdjeb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb |
الوصف | Play the Quran directly in the browser |
حجم الملف | 224 KB |
عدد التثبيتات | 2,419 |
النسخة الحالية | 1.2 |
آخر تحديث | 2014-08-20 |
تاريخ النشر | 2014-08-19 |
تقييم | 4.67/5 مجموع تقييمات 67 |
المطور | sofwanhaddad |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quran Player", "description": "Play the Quran directly in the browser", "version": "1.2", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "permissions": [ "http:\/\/download.quranicaudio.com\/" ], "background": { "scripts": [ "\/libs\/store.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon.png", "default_popup": "player.html" } } |