One Hadith
Random authentic hadith per reload!
ما هو One Hadith؟
One Hadith هو إضافة Chrome تم تطويرها بواسطة Muslimani Ideal، والميزة الرئيسية لها هي "Random authentic hadith per reload!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة One Hadith
قم بتنزيل ملفات الامتداد One Hadith بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
One Hadith is a chrome extension for showing random sahih hadith for each new tab and all prayer times, including night prayer. Some of the features that this extension supports are: - For each refresh there is a true (sahih) prophetic saying (hadith) - Prayer time everywhere in the world - Countdown to the next prayer
معلومات أساسية عن التمديد
الاسم | One Hadith |
ID | kjkmpppbjhcllohbcjeclghdfhbcnkfa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/one-hadith/kjkmpppbjhcllohbcjeclghdfhbcnkfa |
الوصف | Random authentic hadith per reload! |
حجم الملف | 27.86 MB |
عدد التثبيتات | 537 |
النسخة الحالية | 0.46 |
آخر تحديث | 2021-04-09 |
تاريخ النشر | 2021-04-04 |
تقييم | 5.00/5 مجموع تقييمات 12 |
المطور | Muslimani Ideal |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://onehadith.org |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Hadith", "description": "Random authentic hadith per reload!", "version": "0.46", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "permissions": [ "storage", "geolocation" ], "chrome_url_overrides": { "newtab": "hadith.html" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/maps.googleapis.com 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='; object-src 'self'" } |