Sure Or Not - News Date Validator

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

Sure Or Not - News Date Validatorคืออะไร?

Sure Or Not - News Date Validator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zhun Hung และคุณลักษณะหลักของมันคือ "Share news responsibily to your Facebook feed, highlights when an outdated article is shown."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sure Or Not - News Date Validator

ดาวน์โหลดไฟล์ส่วนขยาย Sure Or Not - News Date Validator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sure Or Not - News Date Validator Sure Or Not - News Date Validator
ID hkiapjaidokhcajjnpldhioambcjbbhp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sure-or-not-news-date-val/hkiapjaidokhcajjnpldhioambcjbbhp
คำอธิบาย Share news responsibily to your Facebook feed, highlights when an outdated article is shown.
ขนาดไฟล์ 45.25 KB
จำนวนการติดตั้ง 193
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2018-11-10
วันที่เผยแพร่ 2018-11-04
คะแนน 5.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Zhun Hung
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/*"
            ]
        }
    ]
}