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

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

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

ِفَاذْكُرُونِي أَذْكُرْكُمْ is a Chrome extension developed by Ousama Esbel, and its main feature is "Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله".

Extension Screenshots

screenshot
screenshot

Download ِفَاذْكُرُونِي أَذْكُرْكُمْ Extension CRX File

Download ِفَاذْكُرُونِي أَذْكُرْكُمْ 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

                        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.

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

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

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

Extension Basic Information

Name ِفَاذْكُرُونِي أَذْكُرْكُمْ ِفَاذْكُرُونِي أَذْكُرْكُمْ
ID jikfjlngciobhhkkbmamhnjckmhmcfje
Official URL 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. تطبيق يذكرك بترطيب لسانك بذكر الله
File Size 2.63 MB
Installation Count 620
Current Version 1.2.1
Last Updated 2022-02-14
Publish Date 2014-10-17
Rating 4.81/5 Total 52 Ratings
Developer Ousama Esbel
Email [email protected]
Payment Type free
Supported Languages 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
    }
}