Quran Player

Play the Quran directly in the browser

Cos'è Quran Player?

Quran Player è un'estensione di Chrome sviluppata da sofwanhaddad, e la sua funzione principale è "Play the Quran directly in the browser".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Quran Player

Scarica i file di estensione Quran Player 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

                        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                    

Informazioni di Base sull'Estensione

Nome Quran Player Quran Player
ID bhjioncbieblaknjjgladehifnlhdjeb
URL Ufficiale https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb
Descrizione Play the Quran directly in the browser
Dimensione del File 224 KB
Conteggio Installazioni 2,419
Versione Corrente 1.2
Ultimo Aggiornamento 2014-08-20
Data di Pubblicazione 2014-08-19
Valutazione 4.67/5 Totale 67 Valutazioni
Sviluppatore sofwanhaddad
Tipo di Pagamento free
Lingue Supportate 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"
    }
}