Fake news detector

This extension marks fake news in the pages you are browsing

Fake news detectorคืออะไร?

Fake news detector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย DareDevelopers-giacomofava และคุณลักษณะหลักของมันคือ "This extension marks fake news in the pages you are browsing"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fake news detector

ดาวน์โหลดไฟล์ส่วนขยาย Fake news detector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This extension marks fake news in the pages you are browsing.
It will mark in RED the FAKE NEWS and in ORANGE the CLICKBAIT links or PROBABLY FAKE news.
While browsing on Facebook the page may load new posts while you are scrolling, this will cause problems to our detector.No problem, just click on the logo to check again all the new posts.

Estensione che evidenzia e segnala le notizie false durante la navigazione su qualsiasi sito, pure social (Facebook, Twitter etc.).

Version 1.2: new websites list added.                    

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

ชื่อ Fake news detector Fake news detector
ID aebaikmeedenaijgjcfmndfknoobahep
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fake-news-detector/aebaikmeedenaijgjcfmndfknoobahep
คำอธิบาย This extension marks fake news in the pages you are browsing
ขนาดไฟล์ 77.75 KB
จำนวนการติดตั้ง 1,270
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2017-10-23
วันที่เผยแพร่ 2017-10-22
คะแนน 3.37/5 รวมทั้งหมด 30 คะแนน
ผู้พัฒนา DareDevelopers-giacomofava
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fake news detector",
    "version": "1.2",
    "short_name": "FND",
    "description": "This extension marks fake news in the pages you are browsing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "DareDevelopers-giacomofava",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Make fake news links  red",
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}