Sure Or Not - News Date Validator

Share news responsibily to your Facebook feed, highlights when an outdated article is shown.

ما هو Sure Or Not - News Date Validator؟

Sure Or Not - News Date Validator هو إضافة Chrome تم تطويرها بواسطة Zhun Hung، والميزة الرئيسية لها هي "Share news responsibily to your Facebook feed, highlights when an outdated article is shown.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Sure Or Not - News Date Validator

قم بتنزيل ملفات الامتداد Sure Or Not - News Date Validator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        SureOrNot provides you with a heads up if you are reading an outdated news article on your Facebook feed to fight Fake News. Some outdated news are often shared again due to the controversy it brings or to create tensions.                    

معلومات أساسية عن التمديد

الاسم Sure Or Not - News Date Validator Sure Or Not - News Date Validator
ID hkiapjaidokhcajjnpldhioambcjbbhp
عنوان URL الرسمي https://chromewebstore.google.com/detail/sure-or-not-news-date-val/hkiapjaidokhcajjnpldhioambcjbbhp
الوصف Share news responsibily to your Facebook feed, highlights when an outdated article is shown.
حجم الملف 45.25 KB
عدد التثبيتات 193
النسخة الحالية 0.3
آخر تحديث 2018-11-10
تاريخ النشر 2018-11-04
تقييم 5.00/5 مجموع تقييمات 8
المطور Zhun Hung
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sure Or Not - News Date Validator",
    "description": "Share news responsibily to your Facebook feed, highlights when an outdated article is shown.",
    "version": "0.3",
    "author": "Zhun Hung",
    "browser_action": {
        "default_icon": "logo2.png",
        "default_title": "Sure Or Not"
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ]
}