Hadith Check - التحقق من الأحاديث

تحقق من صحة الأحاديث أثناء تصفحك للفيسبوك، هذه نسخة مبدئية جدا، يجرى إرسال ملاحظاتكم إلى: [email protected]

What is Hadith Check - التحقق من الأحاديث?

Hadith Check - التحقق من الأحاديث is a Chrome extension developed by Akeed Online Ltd, and its main feature is "تحقق من صحة الأحاديث أثناء تصفحك للفيسبوك، هذه نسخة مبدئية جدا، يجرى إرسال ملاحظاتكم إلى: [email protected]".

Extension Screenshots

screenshot

Download Hadith Check - التحقق من الأحاديث Extension CRX File

Download Hadith Check - التحقق من الأحاديث 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

                        يمكنك التحقق من صحة الأحاديث المنشورة على فيسبوك بسهولة بشكل مباشر من خلال هذه الأداة، سوف يتم الإشارة إلى أي حديث موجود في قاعدة البيانات مع حالة الحديث أثناء تصفح فيسبوك, هذه النسخة مبدئية جدا، نحتاج مساعدتكم من خلال ملاحظاتكم، لإعطاء رأيكم أو للتبليغ عن أي مشكلة يرجى مراسلتنا على الإيميل التالي: [email protected]. 

This extension helps checking and verifying Hadiths in the real time while browsing Facebook, this is a very initial version, we need your feedback to make it better, please send any suggestions, questions, or report any problems to [email protected]                    

Extension Basic Information

Name Hadith Check - التحقق من الأحاديث Hadith Check - التحقق من الأحاديث
ID djapdeginbhncjjnmlfoegomhlefbeaf
Official URL https://chromewebstore.google.com/detail/hadith-check-%D8%A7%D9%84%D8%AA%D8%AD%D9%82%D9%82-%D9%85%D9%86-%D8%A7%D9%84/djapdeginbhncjjnmlfoegomhlefbeaf
Description تحقق من صحة الأحاديث أثناء تصفحك للفيسبوك، هذه نسخة مبدئية جدا، يجرى إرسال ملاحظاتكم إلى: [email protected]
File Size 235 KB
Installation Count 47
Current Version 0.6.2
Last Updated 2017-03-20
Publish Date 2017-03-20
Rating 4.33/5 Total 3 Ratings
Developer Akeed Online Ltd
Payment Type free
Supported Languages ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hadith Check - \u0627\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u0627\u0644\u0623\u062d\u0627\u062f\u064a\u062b",
    "description": "\u062a\u062d\u0642\u0642 \u0645\u0646 \u0635\u062d\u0629 \u0627\u0644\u0623\u062d\u0627\u062f\u064a\u062b \u0623\u062b\u0646\u0627\u0621 \u062a\u0635\u0641\u062d\u0643 \u0644\u0644\u0641\u064a\u0633\u0628\u0648\u0643\u060c \u0647\u0630\u0647 \u0646\u0633\u062e\u0629 \u0645\u0628\u062f\u0626\u064a\u0629 \u062c\u062f\u0627\u060c \u064a\u062c\u0631\u0649 \u0625\u0631\u0633\u0627\u0644 \u0645\u0644\u0627\u062d\u0638\u0627\u062a\u0643\u0645 \u0625\u0644\u0649: [email protected]",
    "version": "0.6.2",
    "browser_action": {
        "default_title": "\u0644\u0644\u062a\u062d\u0642\u0642 \u0645\u0646 \u062d\u0627\u0644\u0629 \u0627\u0644\u0623\u062d\u0627\u062f\u064a\u062b \u0628\u0627\u0644\u0648\u0642\u062a \u0627\u0644\u062d\u0642\u064a\u0642\u064a \u0623\u062b\u0646\u0627\u0621 \u062a\u0635\u0641\u062d \u0645\u0648\u0642\u0639 \u0641\u064a\u0633\u0628\u0648\u0643\u060c To check Hadith status in the real time while browsing Facebook."
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery.js",
                "md5.js",
                "crc32.js",
                "bootstrap.js",
                "shared.js",
                "report.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facebook.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "akeed.css",
        "jquery.js",
        "bootstrap.js",
        "akeed-modal.html",
        "akeed-report-modal.html",
        "img\/*"
    ],
    "permissions": [
        "activeTab",
        "http:\/\/akeed.onl\/",
        "https:\/\/akeed.onl\/",
        "http:\/\/akeed.info\/",
        "https:\/\/akeed.info\/",
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}