Sure Or Not - News Date Validator

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

Wat is Sure Or Not - News Date Validator?

Sure Or Not - News Date Validator is een Chrome-extensie ontwikkeld door Zhun Hung, en de belangrijkste functie is "Share news responsibily to your Facebook feed, highlights when an outdated article is shown.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Sure Or Not - News Date Validator

Download Sure Or Not - News Date Validator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Sure Or Not - News Date Validator Sure Or Not - News Date Validator
ID hkiapjaidokhcajjnpldhioambcjbbhp
Officiële URL https://chromewebstore.google.com/detail/sure-or-not-news-date-val/hkiapjaidokhcajjnpldhioambcjbbhp
Beschrijving Share news responsibily to your Facebook feed, highlights when an outdated article is shown.
Bestandsgrootte 45.25 KB
Aantal Installaties 193
Huidige Versie 0.3
Laatst Bijgewerkt 2018-11-10
Publicatiedatum 2018-11-04
Beoordeling 5.00/5 Totaal 8 Beoordelingen
Ontwikkelaar Zhun Hung
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
            ]
        }
    ]
}