Spot Fake News Domains

This extension will spot fake news domains while browsing

Spot Fake News Domains là gì?

Spot Fake News Domains là một tiện ích mở rộng Chrome được phát triển bởi hackerfoss.com, và tính năng chính của nó là "This extension will spot fake news domains while browsing".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Spot Fake News Domains

Tải xuống các tệp mở rộng Spot Fake News Domains dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Spot Fake News Domains Spot Fake News Domains
ID bgekefoanlhmndfbgmijjghnenfljcia
URL Chính Thức https://chrome.google.com/webstore/detail/bgekefoanlhmndfbgmijjghnenfljcia
Mô tả This extension will spot fake news domains while browsing
Kích Thước Tệp 13.42 KB
Số Lần Cài Đặt 112
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2018-12-27
Ngày Phát Hành 2018-12-23
Nhà Phát Triển hackerfoss.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://developer.hackerfoss.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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
}