Quran Player
Play the Quran directly in the browser
Qu'est-ce que Quran Player ?
Quran Player est une extension Chrome développée par sofwanhaddad, et sa fonction principale est "Play the Quran directly in the browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Quran Player
Téléchargez les fichiers d'extension Quran Player au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Quran Player |
ID | bhjioncbieblaknjjgladehifnlhdjeb |
URL Officiel | https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb |
Description | Play the Quran directly in the browser |
Taille du Fichier | 224 KB |
Nombre d'Installations | 2,419 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2014-08-20 |
Date de Publication | 2014-08-19 |
Évaluation | 4.67/5 Total 67 Évaluations |
Développeur | sofwanhaddad |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |