Spot Fake News Domains

This extension will spot fake news domains while browsing

Spot Fake News Domainsคืออะไร?

Spot Fake News Domains เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hackerfoss.com และคุณลักษณะหลักของมันคือ "This extension will spot fake news domains while browsing"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Spot Fake News Domains

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

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

                        Flags Fake News Websites While Browsing.

This extension will help you identify fake news websites while browsing. Adds a flag next to title of the page warning about the of information provided by the website.  


ABOUT

This extension is an open-source project developed by the students of NIIT University as part of the CS 4151 (Cyber Security). You can find source code at https://github.com/gvaishno/Fake-News-Domain-Detection                    

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

ชื่อ Spot Fake News Domains Spot Fake News Domains
ID bgekefoanlhmndfbgmijjghnenfljcia
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bgekefoanlhmndfbgmijjghnenfljcia
คำอธิบาย This extension will spot fake news domains while browsing
ขนาดไฟล์ 13.42 KB
จำนวนการติดตั้ง 112
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2018-12-27
วันที่เผยแพร่ 2018-12-23
ผู้พัฒนา hackerfoss.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://developer.hackerfoss.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Spot Fake News Domains",
    "version": "0.1",
    "short_name": "Spot Fake News Domains",
    "description": "This extension will spot fake news domains while browsing",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "author": "Vaishno Chaitanya G",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "*:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Spot Fake News Domains"
    },
    "manifest_version": 2
}