Salah - Prayer Reminder

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

Cos'è Salah - Prayer Reminder?

Salah - Prayer Reminder è un'estensione di Chrome sviluppata da Salah - Extension, e la sua funzione principale è "This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Salah - Prayer Reminder

Scarica i file di estensione Salah - Prayer Reminder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Salah - Prayer Reminder Salah - Prayer Reminder
ID eglgbgmahngnflijjdhghhdbflgdceif
URL Ufficiale https://chromewebstore.google.com/detail/salah-prayer-reminder/eglgbgmahngnflijjdhghhdbflgdceif
Descrizione This Chrome extension helps Muslims maintain continuous and timely prayers throughout busy and work-filled days.
Dimensione del File 7 MB
Conteggio Installazioni 241
Versione Corrente 1.3.8
Ultimo Aggiornamento 2024-02-01
Data di Pubblicazione 2023-05-16
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore Salah - Extension
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://www.buymeacoffee.com/salahPrayerReminder/membership
URL della Pagina della Politica sulla Privacy https://openai.com/policies/privacy-policy
Lingue Supportate 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"
    }
}