Ayat Al Quran

Quran ayat with translation and notifications

Qu'est-ce que Ayat Al Quran ?

Ayat Al Quran est une extension Chrome développée par Unknown, et sa fonction principale est "Quran ayat with translation and notifications".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Ayat Al Quran

Téléchargez les fichiers d'extension Ayat Al Quran au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Read Quran with translation ayat by ayat at your own pace. Add Ayat notification reminders per convenience.                    

Informations de Base sur l'Extension

Nom Ayat Al Quran Ayat Al Quran
ID phpchoonngafcpakpkddaddfcfokoljg
URL Officiel https://chromewebstore.google.com/detail/ayat-al-quran/phpchoonngafcpakpkddaddfcfokoljg
Description Quran ayat with translation and notifications
Taille du Fichier 43.18 KB
Nombre d'Installations 1,046
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-06-07
Date de Publication 2018-06-07
Évaluation 5.00/5 Total 10 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ayat Al Quran",
    "short_name": "Ayat-Al-Quran with Translation",
    "description": "Quran ayat with translation and notifications",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": "ja_rocket_48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "ja_rocket_16.png",
        "48": "ja_rocket_48.png",
        "128": "ja_rocket_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/3.3.1\/jquery.min.js"
            ],
            "scripts": [
                "popup.js"
            ],
            "css": [
                "css\/style.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "permissions": [
        "storage",
        "https:\/\/api.alquran.cloud\/ayah\/*\/*",
        "notifications",
        "alarms"
    ]
}