Salaat - Prayer Times

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

Salaat - Prayer Times क्या है?

Salaat - Prayer Times Yeti7554 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A simple app that displays daily prayer times for a selected your city and country."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Salaat - Prayer Times एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Salaat - Prayer Times Salaat - Prayer Times
ID abdmibnfefhnpmcjbekbdlmhfhajfdkb
आधिकारिक URL https://chromewebstore.google.com/detail/salaat-prayer-times/abdmibnfefhnpmcjbekbdlmhfhajfdkb
विवरण A simple app that displays daily prayer times for a selected your city and country.
फ़ाइल का आकार 105 KB
स्थापना संख्या 30
वर्तमान संस्करण 0.6.1
अंतिम अपडेट 2023-05-14
प्रकाशन तिथि 2023-04-28
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Yeti7554
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}