Salaat - Prayer Times

A simple app that displays daily prayer times for a selected your city and country.

Was ist Salaat - Prayer Times?

Salaat - Prayer Times ist eine Chrome-Erweiterung, die von Yeti7554 entwickelt wurde, und ihr Hauptmerkmal ist "A simple app that displays daily prayer times for a selected your city and country.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Salaat - Prayer Times-Erweiterungs-CRX-Datei herunterladen

Laden Sie Salaat - Prayer Times-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        A simple extension that displays daily prayer times for your city and country.
Lets stay on top of our Salaat!

Features:
- Auto location detection
- Location based Salaat times
- Selectable prayer calculation method

Please give leave us a review and email us any suggestions you have and we would be happy to help.

You can donate to support development on this chrome extension. 

We do not store your location or device information and our source code is available if you would like to ensure that we are using your data ethically.

Contact form:
https://forms.gle/2ME4Aq1DxfaecRda6                    

Grundlegende Informationen zur Erweiterung

Name Salaat - Prayer Times Salaat - Prayer Times
ID abdmibnfefhnpmcjbekbdlmhfhajfdkb
Offizielle URL https://chromewebstore.google.com/detail/salaat-prayer-times/abdmibnfefhnpmcjbekbdlmhfhajfdkb
Beschreibung A simple app that displays daily prayer times for a selected your city and country.
Dateigröße 105 KB
Installationsanzahl 30
Aktuelle Version 0.6.1
Letztes Update 2023-05-14
Veröffentlichungsdatum 2023-04-28
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Yeti7554
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Salaat - Prayer Times",
    "version": "0.6.1",
    "description": "A simple app that displays daily prayer times for a selected your city and country.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "action": {
        "default_icon": {
            "16": "16.png",
            "32": "32.png",
            "48": "48.png",
            "128": "128.png"
        },
        "default_popup": "index.html"
    },
    "host_permissions": [
        "https:\/\/geocode.xyz\/*",
        "https:\/\/api.aladhan.com\/v1\/timingsByCity"
    ],
    "permissions": [
        "geolocation"
    ]
}