Sure Or Not - News Date Validator

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

¿Qué es Sure Or Not - News Date Validator?

Sure Or Not - News Date Validator es una extensión de Chrome desarrollada por Zhun Hung, y su función principal es "Share news responsibily to your Facebook feed, highlights when an outdated article is shown.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Sure Or Not - News Date Validator

Descarga archivos de extensión Sure Or Not - News Date Validator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Sure Or Not - News Date Validator Sure Or Not - News Date Validator
ID hkiapjaidokhcajjnpldhioambcjbbhp
URL Oficial https://chromewebstore.google.com/detail/sure-or-not-news-date-val/hkiapjaidokhcajjnpldhioambcjbbhp
Descripción Share news responsibily to your Facebook feed, highlights when an outdated article is shown.
Tamaño del Archivo 45.25 KB
Cantidad de Instalaciones 193
Versión Actual 0.3
Última Actualización 2018-11-10
Fecha de Publicación 2018-11-04
Calificación 5.00/5 Total de 8 Calificaciones
Desarrollador Zhun Hung
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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\/*"
            ]
        }
    ]
}