Salah - Prayer Reminder

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

O que é Salah - Prayer Reminder?

Salah - Prayer Reminder é uma extensão do Chrome desenvolvida por Salah - Extension, e sua principal característica é "This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Salah - Prayer Reminder

Baixe arquivos de extensão Salah - Prayer Reminder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        السلام عليكم.
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
مع السلامة                    

Informações Básicas da Extensão

Nome Salah - Prayer Reminder Salah - Prayer Reminder
ID eglgbgmahngnflijjdhghhdbflgdceif
URL Oficial https://chromewebstore.google.com/detail/salah-prayer-reminder/eglgbgmahngnflijjdhghhdbflgdceif
Descrição This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.
Tamanho do Arquivo 7 MB
Contagem de Instalações 241
Versão Atual 1.3.8
Última Atualização 2024-02-01
Data de Publicação 2023-05-16
Classificação 4.67/5 Total de 3 Avaliações
Desenvolvedor Salah - Extension
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://www.buymeacoffee.com/salahPrayerReminder/membership
URL da Página de Política de Privacidade https://openai.com/policies/privacy-policy
Idiomas Suportados 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"
    }
}