Quran Player
Play the Quran directly in the browser
Co to jest Quran Player?
Quran Player to rozszerzenie Chrome opracowane przez sofwanhaddad, a jego główną funkcją jest „Play the Quran directly in the browser”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Quran Player
Pobierz pliki rozszerzeń Quran Player w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bhjioncbieblaknjjgladehifnlhdjeb |
| Oficjalny URL | https://chromewebstore.google.com/detail/quran-player/bhjioncbieblaknjjgladehifnlhdjeb |
| Opis | Play the Quran directly in the browser |
| Rozmiar pliku | 224 KB |
| Liczba instalacji | 2,419 |
| Aktualna Wersja | 1.2 |
| Ostatnia Aktualizacja | 2014-08-20 |
| Data Publikacji | 2014-08-19 |
| Ocena | 4.67/5 Łącznie 67 Oceny |
| Deweloper | sofwanhaddad |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |