Sure Or Not - News Date Validator

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

Apa itu Sure Or Not - News Date Validator?

Sure Or Not - News Date Validator adalah ekstensi Chrome yang dikembangkan oleh Zhun Hung, dan fitur utamanya adalah "Share news responsibily to your Facebook feed, highlights when an outdated article is shown.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Sure Or Not - News Date Validator

Unduh file ekstensi Sure Or Not - News Date Validator dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Sure Or Not - News Date Validator Sure Or Not - News Date Validator
ID hkiapjaidokhcajjnpldhioambcjbbhp
URL Resmi https://chromewebstore.google.com/detail/sure-or-not-news-date-val/hkiapjaidokhcajjnpldhioambcjbbhp
Deskripsi Share news responsibily to your Facebook feed, highlights when an outdated article is shown.
Ukuran File 45.25 KB
Jumlah Instalasi 193
Versi Saat Ini 0.3
Terakhir Diperbarui 2018-11-10
Tanggal Publikasi 2018-11-04
Penilaian 5.00/5 Total 8 Penilaian
Pengembang Zhun Hung
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}