Quran Player
Play the Quran directly in the browser
Wat is Quran Player?
Quran Player is een Chrome-extensie ontwikkeld door sofwanhaddad, en de belangrijkste functie is "Play the Quran directly in the browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Quran Player
Download Quran Player-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Quran Player |
ID | bhjioncbieblaknjjgladehifnlhdjeb |
Officiële URL | https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb |
Beschrijving | Play the Quran directly in the browser |
Bestandsgrootte | 224 KB |
Aantal Installaties | 2,419 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2014-08-20 |
Publicatiedatum | 2014-08-19 |
Beoordeling | 4.67/5 Totaal 67 Beoordelingen |
Ontwikkelaar | sofwanhaddad |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |