Quran Station

Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily

ما هو Quran Station؟

Quran Station هو إضافة Chrome تم تطويرها بواسطة Mohamed Abusrea، والميزة الرئيسية لها هي "Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Quran Station

قم بتنزيل ملفات الامتداد Quran Station بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Quran-Station has over 100 stations to help you listen to the Quran from your favorite reciters in a quick and easy way.

✨Features ✨:
• +100 Quran station of popular reciters 📻
• Station for "Takberat al-Eid" 🤩
• It's is very light and fast ⚡️
• Your selected station will be saved and ready to be played again 📝
• Your options will be synced across all chrome browsers with the same google account 🪢                    

معلومات أساسية عن التمديد

الاسم Quran Station Quran Station
ID angdimijeelplemmdnedhnjidadfphom
عنوان URL الرسمي https://chromewebstore.google.com/detail/quran-station/angdimijeelplemmdnedhnjidadfphom
الوصف Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily
حجم الملف 87.41 KB
عدد التثبيتات 8,374
النسخة الحالية 0.7.2
آخر تحديث 2023-01-31
تاريخ النشر 2021-07-19
تقييم 5.00/5 مجموع تقييمات 202
المطور Mohamed Abusrea
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quran Station",
    "version": "0.7.2",
    "description": "Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Quran Station",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    }
}