Salah - Prayer Reminder

This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.

¿Qué es Salah - Prayer Reminder?

Salah - Prayer Reminder es una extensión de Chrome desarrollada por Salah - Extension, y su función principal es "This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Salah - Prayer Reminder

Descarga archivos de extensión Salah - Prayer Reminder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        السلام عليكم.
As-salamu alaykum

I wrote a Chrome extension for Muslims who spend way too much time in front of their computer.


This extension helps you to pray in time according to your location.
If you want you can easily watch a live stream from Mekka.
Or if you just want to read from the Quran, you can easily do that too.

It would be great if you could support me and the development of this extension.

Ma'a as-salama
مع السلامة                    

Información Básica de la Extensión

Nombre Salah - Prayer Reminder Salah - Prayer Reminder
ID eglgbgmahngnflijjdhghhdbflgdceif
URL Oficial https://chromewebstore.google.com/detail/salah-prayer-reminder/eglgbgmahngnflijjdhghhdbflgdceif
Descripción This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.
Tamaño del Archivo 7 MB
Cantidad de Instalaciones 241
Versión Actual 1.3.8
Última Actualización 2024-02-01
Fecha de Publicación 2023-05-16
Calificación 4.67/5 Total de 3 Calificaciones
Desarrollador Salah - Extension
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://www.buymeacoffee.com/salahPrayerReminder/membership
URL de la Página de Política de Privacidad https://openai.com/policies/privacy-policy
Idiomas Soportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salah - Prayer Reminder",
    "version": "1.3.8",
    "author": "Daniel Szakacs",
    "description": "This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.",
    "permissions": [
        "storage",
        "alarms"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "assets\/32.png",
            "32": "assets\/32.png"
        }
    },
    "icons": {
        "16": "assets\/32.png",
        "32": "assets\/32.png",
        "48": "assets\/32.png",
        "128": "assets\/32.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}