Sure Or Not - News Date Validator

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

Co to jest Sure Or Not - News Date Validator?

Sure Or Not - News Date Validator to rozszerzenie Chrome opracowane przez Zhun Hung, a jego główną funkcją jest „Share news responsibily to your Facebook feed, highlights when an outdated article is shown.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Sure Or Not - News Date Validator

Pobierz pliki rozszerzeń Sure Or Not - News Date Validator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Sure Or Not - News Date Validator Sure Or Not - News Date Validator
ID hkiapjaidokhcajjnpldhioambcjbbhp
Oficjalny URL https://chromewebstore.google.com/detail/sure-or-not-news-date-val/hkiapjaidokhcajjnpldhioambcjbbhp
Opis Share news responsibily to your Facebook feed, highlights when an outdated article is shown.
Rozmiar pliku 45.25 KB
Liczba instalacji 193
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2018-11-10
Data Publikacji 2018-11-04
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper Zhun Hung
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}