Sure Or Not - News Date Validator

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

Qu'est-ce que Sure Or Not - News Date Validator ?

Sure Or Not - News Date Validator est une extension Chrome développée par Zhun Hung, et sa fonction principale est "Share news responsibily to your Facebook feed, highlights when an outdated article is shown.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Sure Or Not - News Date Validator

Téléchargez les fichiers d'extension Sure Or Not - News Date Validator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Sure Or Not - News Date Validator Sure Or Not - News Date Validator
ID hkiapjaidokhcajjnpldhioambcjbbhp
URL Officiel 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.
Taille du Fichier 45.25 KB
Nombre d'Installations 193
Version Actuelle 0.3
Dernière Mise à Jour 2018-11-10
Date de Publication 2018-11-04
Évaluation 5.00/5 Total 8 Évaluations
Développeur Zhun Hung
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
            ]
        }
    ]
}