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

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

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

ِفَاذْكُرُونِي أَذْكُرْكُمْ adalah ekstensi Chrome yang dikembangkan oleh Ousama Esbel, dan fitur utamanya adalah "Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi ِفَاذْكُرُونِي أَذْكُرْكُمْ

Unduh file ekstensi ِفَاذْكُرُونِي أَذْكُرْكُمْ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.

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

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

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

Informasi Dasar Ekstensi

Nama ِفَاذْكُرُونِي أَذْكُرْكُمْ ِفَاذْكُرُونِي أَذْكُرْكُمْ
ID jikfjlngciobhhkkbmamhnjckmhmcfje
URL Resmi 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
Deskripsi Application to remind you of Allah. تطبيق يذكرك بترطيب لسانك بذكر الله
Ukuran File 2.63 MB
Jumlah Instalasi 620
Versi Saat Ini 1.2.1
Terakhir Diperbarui 2022-02-14
Tanggal Publikasi 2014-10-17
Penilaian 4.81/5 Total 52 Penilaian
Pengembang Ousama Esbel
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
    }
}