Quran Station

Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily

O que é Quran Station?

Quran Station é uma extensão do Chrome desenvolvida por Mohamed Abusrea, e sua principal característica é "Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Quran Station

Baixe arquivos de extensão Quran Station 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

                        Quran-Station has over 100 stations to help you listen to the Quran from your favorite reciters in a quick and easy way.

✨Features ✨:
• +100 Quran station of popular reciters 📻
• Station for "Takberat al-Eid" 🤩
• It's is very light and fast ⚡️
• Your selected station will be saved and ready to be played again 📝
• Your options will be synced across all chrome browsers with the same google account 🪢                    

Informações Básicas da Extensão

Nome Quran Station Quran Station
ID angdimijeelplemmdnedhnjidadfphom
URL Oficial https://chromewebstore.google.com/detail/quran-station/angdimijeelplemmdnedhnjidadfphom
Descrição Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily
Tamanho do Arquivo 87.41 KB
Contagem de Instalações 8,374
Versão Atual 0.7.2
Última Atualização 2023-01-31
Data de Publicação 2021-07-19
Classificação 5.00/5 Total de 202 Avaliações
Desenvolvedor Mohamed Abusrea
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Quran Station",
    "version": "0.7.2",
    "description": "Small extension that gives you access to over 100 stations to help you listen to the Quran from your favorite reciters easily",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Quran Station",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "icon.png"
    }
}