Prayer Times

Easily access prayer times and see how much time is left until next prayers.

What is Prayer Times?

Prayer Times is a Chrome extension developed by agayevelcinn, and its main feature is "Easily access prayer times and see how much time is left until next prayers.".

Extension Screenshots

screenshot

Download Prayer Times Extension CRX File

Download Prayer Times extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Showing praying times and also added Azerbaijan praying times.                    

Extension Basic Information

Name Prayer Times Prayer Times
ID bdldcfbncdeknajlcbgacejmpahomjlf
Official URL https://chromewebstore.google.com/detail/prayer-times/bdldcfbncdeknajlcbgacejmpahomjlf
Description Easily access prayer times and see how much time is left until next prayers.
File Size 442 KB
Installation Count 18
Current Version 2.0.0
Last Updated 2023-03-28
Publish Date 2022-11-14
Rating 5.00/5 Total 1 Ratings
Developer agayevelcinn
Email [email protected]
Payment Type free
Supported Languages en,tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "images\/icons\/128.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_short_name__"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "default_locale": "tr",
    "description": "__MSG_description__",
    "host_permissions": [
        "https:\/\/prayer.azurewebsites.net\/*"
    ],
    "icons": {
        "128": "images\/icons\/128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "short_name": "__MSG_short_name__",
    "version": "2.0.0"
}