ِفَاذْكُرُونِي أَذْكُرْكُمْ

Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله

Qu'est-ce que ِفَاذْكُرُونِي أَذْكُرْكُمْ ?

ِفَاذْكُرُونِي أَذْكُرْكُمْ est une extension Chrome développée par Ousama Esbel, et sa fonction principale est "Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ِفَاذْكُرُونِي أَذْكُرْكُمْ

Téléchargez les fichiers d'extension ِفَاذْكُرُونِي أَذْكُرْكُمْ 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

                        This application aims to remind you of Allah by mentioning short dua'a in regular basis.

It plays a short notifications either by sound or as desktop notification that doesn't cause any inconveniences. You can specify the intervals between each dua'a.

.هذا التطبيق غرضه تذكيرك بترطيب لسانك بذكر الله في اوقات منتظمه
يقوم التطبيق بتشغيل منبهات صوتيه أو عشكل إشعار نصي لا يسبب اي حرج و  بإمكانك ان تضبط الوقت بين الادعيه

{فَاذْكُرُونِي أَذْكُرْكُمْ وَاشْكُرُواْ لِي وَلاَ تَكْفُرُونِ}

البرنامج مستوحى من التطبيق لا تنسى فالشكر لعادل بارباع على الأداء الصوتي و المهندس خالد عبدالمنان                    

Informations de Base sur l'Extension

Nom ِفَاذْكُرُونِي أَذْكُرْكُمْ ِفَاذْكُرُونِي أَذْكُرْكُمْ
ID jikfjlngciobhhkkbmamhnjckmhmcfje
URL Officiel https://chromewebstore.google.com/detail/%D9%90%D9%81%D9%8E%D8%A7%D8%B0%D9%92%D9%83%D9%8F%D8%B1%D9%8F%D9%88%D9%86%D9%90%D9%8A-%D8%A3%D9%8E%D8%B0%D9%92%D9%83%D9%8F%D8%B1%D9%92%D9%83%D9%8F/jikfjlngciobhhkkbmamhnjckmhmcfje
Description Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله
Taille du Fichier 2.63 MB
Nombre d'Installations 620
Version Actuelle 1.2.1
Dernière Mise à Jour 2022-02-14
Date de Publication 2014-10-17
Évaluation 4.81/5 Total 52 Évaluations
Développeur Ousama Esbel
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0650\u0641\u064e\u0627\u0630\u0652\u0643\u064f\u0631\u064f\u0648\u0646\u0650\u064a \u0623\u064e\u0630\u0652\u0643\u064f\u0631\u0652\u0643\u064f\u0645\u0652",
    "description": "Application to remind you of Allah. \u062a\u0637\u0628\u064a\u0642 \u064a\u0630\u0643\u0631\u0643 \u0628\u062a\u0631\u0637\u064a\u0628 \u0644\u0633\u0627\u0646\u0643 \u0628\u0630\u0643\u0631 \u0627\u0644\u0644\u0647",
    "version": "1.2.1",
    "author": "Ousama Esbel",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "html": [
                "englishHTML.html",
                "arabicHTML.html"
            ],
            "js": [
                "jquery.min.js",
                "popup.js"
            ],
            "css": [
                "style\/style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/dua19.png",
            "38": "icons\/dua.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    }
}