Prayer Times

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

O que é Prayer Times?

Prayer Times é uma extensão do Chrome desenvolvida por agayevelcinn, e sua principal característica é "Easily access prayer times and see how much time is left until next prayers.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Prayer Times

Baixe arquivos de extensão Prayer Times 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

                        Showing praying times and also added Azerbaijan praying times.                    

Informações Básicas da Extensão

Nome Prayer Times Prayer Times
ID bdldcfbncdeknajlcbgacejmpahomjlf
URL Oficial https://chromewebstore.google.com/detail/prayer-times/bdldcfbncdeknajlcbgacejmpahomjlf
Descrição Easily access prayer times and see how much time is left until next prayers.
Tamanho do Arquivo 442 KB
Contagem de Instalações 18
Versão Atual 2.0.0
Última Atualização 2023-03-28
Data de Publicação 2022-11-14
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor agayevelcinn
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}