Sure Or Not - News Date Validator

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

Cos'è Sure Or Not - News Date Validator?

Sure Or Not - News Date Validator è un'estensione di Chrome sviluppata da Zhun Hung, e la sua funzione principale è "Share news responsibily to your Facebook feed, highlights when an outdated article is shown.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Sure Or Not - News Date Validator

Scarica i file di estensione Sure Or Not - News Date Validator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Sure Or Not - News Date Validator Sure Or Not - News Date Validator
ID hkiapjaidokhcajjnpldhioambcjbbhp
URL Ufficiale https://chromewebstore.google.com/detail/sure-or-not-news-date-val/hkiapjaidokhcajjnpldhioambcjbbhp
Descrizione Share news responsibily to your Facebook feed, highlights when an outdated article is shown.
Dimensione del File 45.25 KB
Conteggio Installazioni 193
Versione Corrente 0.3
Ultimo Aggiornamento 2018-11-10
Data di Pubblicazione 2018-11-04
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore Zhun Hung
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}