Quran Station

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

Wat is Quran Station?

Quran Station is een Chrome-extensie ontwikkeld door Mohamed Abusrea, en de belangrijkste functie is "Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Quran Station

Download Quran Station-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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 🪢                    

Basisinformatie over de Extensie

Naam Quran Station Quran Station
ID angdimijeelplemmdnedhnjidadfphom
Officiële URL https://chromewebstore.google.com/detail/quran-station/angdimijeelplemmdnedhnjidadfphom
Beschrijving Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily
Bestandsgrootte 87.41 KB
Aantal Installaties 8,374
Huidige Versie 0.7.2
Laatst Bijgewerkt 2023-01-31
Publicatiedatum 2021-07-19
Beoordeling 5.00/5 Totaal 202 Beoordelingen
Ontwikkelaar Mohamed Abusrea
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}