Quran Player

Play the Quran directly in the browser

What is Quran Player?

Quran Player is a Chrome extension developed by sofwanhaddad, and its main feature is "Play the Quran directly in the browser".

Extension Screenshots

screenshot
screenshot

Download Quran Player Extension CRX File

Download Quran Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Quran Player Quran Player
ID bhjioncbieblaknjjgladehifnlhdjeb
Official URL https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb
Description Play the Quran directly in the browser
File Size 224 KB
Installation Count 2,419
Current Version 1.2
Last Updated 2014-08-20
Publish Date 2014-08-19
Rating 4.67/5 Total 67 Ratings
Developer sofwanhaddad
Payment Type free
Supported Languages 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"
    }
}