Sure Or Not - News Date Validator

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

What is Sure Or Not - News Date Validator?

Sure Or Not - News Date Validator is a Chrome extension developed by Zhun Hung, and its main feature is "Share news responsibily to your Facebook feed, highlights when an outdated article is shown.".

Extension Screenshots

screenshot
screenshot

Download Sure Or Not - News Date Validator Extension CRX File

Download Sure Or Not - News Date Validator 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

                        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.                    

Extension Basic Information

Name Sure Or Not - News Date Validator Sure Or Not - News Date Validator
ID hkiapjaidokhcajjnpldhioambcjbbhp
Official URL https://chromewebstore.google.com/detail/sure-or-not-news-date-val/hkiapjaidokhcajjnpldhioambcjbbhp
Description Share news responsibily to your Facebook feed, highlights when an outdated article is shown.
File Size 45.25 KB
Installation Count 193
Current Version 0.3
Last Updated 2018-11-10
Publish Date 2018-11-04
Rating 5.00/5 Total 8 Ratings
Developer Zhun Hung
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}