Sure Or Not - News Date Validator

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

Was ist Sure Or Not - News Date Validator?

Sure Or Not - News Date Validator ist eine Chrome-Erweiterung, die von Zhun Hung entwickelt wurde, und ihr Hauptmerkmal ist "Share news responsibily to your Facebook feed, highlights when an outdated article is shown.".

Erweiterungsscreenshots

screenshot
screenshot

Sure Or Not - News Date Validator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sure Or Not - News Date Validator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Sure Or Not - News Date Validator Sure Or Not - News Date Validator
ID hkiapjaidokhcajjnpldhioambcjbbhp
Offizielle URL https://chromewebstore.google.com/detail/sure-or-not-news-date-val/hkiapjaidokhcajjnpldhioambcjbbhp
Beschreibung Share news responsibily to your Facebook feed, highlights when an outdated article is shown.
Dateigröße 45.25 KB
Installationsanzahl 193
Aktuelle Version 0.3
Letztes Update 2018-11-10
Veröffentlichungsdatum 2018-11-04
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler Zhun Hung
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}