Quran Station

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

Apa itu Quran Station?

Quran Station adalah ekstensi Chrome yang dikembangkan oleh Mohamed Abusrea, dan fitur utamanya adalah "Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Quran Station

Unduh file ekstensi Quran Station dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 🪢                    

Informasi Dasar Ekstensi

Nama Quran Station Quran Station
ID angdimijeelplemmdnedhnjidadfphom
URL Resmi https://chromewebstore.google.com/detail/quran-station/angdimijeelplemmdnedhnjidadfphom
Deskripsi Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily
Ukuran File 87.41 KB
Jumlah Instalasi 8,374
Versi Saat Ini 0.7.2
Terakhir Diperbarui 2023-01-31
Tanggal Publikasi 2021-07-19
Penilaian 5.00/5 Total 202 Penilaian
Pengembang Mohamed Abusrea
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}