Quran Station

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

Cos'è Quran Station?

Quran Station è un'estensione di Chrome sviluppata da Mohamed Abusrea, e la sua funzione principale è "Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Quran Station

Scarica i file di estensione Quran Station in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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 🪢                    

Informazioni di Base sull'Estensione

Nome Quran Station Quran Station
ID angdimijeelplemmdnedhnjidadfphom
URL Ufficiale https://chromewebstore.google.com/detail/quran-station/angdimijeelplemmdnedhnjidadfphom
Descrizione Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily
Dimensione del File 87.41 KB
Conteggio Installazioni 8,374
Versione Corrente 0.7.2
Ultimo Aggiornamento 2023-01-31
Data di Pubblicazione 2021-07-19
Valutazione 5.00/5 Totale 202 Valutazioni
Sviluppatore Mohamed Abusrea
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}