Quran Player

Play the Quran directly in the browser

Quran Player क्या है?

Quran Player sofwanhaddad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play the Quran directly in the browser"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Quran Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Quran Player Quran Player
ID bhjioncbieblaknjjgladehifnlhdjeb
आधिकारिक URL https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb
विवरण Play the Quran directly in the browser
फ़ाइल का आकार 224 KB
स्थापना संख्या 2,419
वर्तमान संस्करण 1.2
अंतिम अपडेट 2014-08-20
प्रकाशन तिथि 2014-08-19
रेटिंग 4.67/5 कुल 67 रेटिंग्स
डेवलपर sofwanhaddad
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}