Spot Fake News Domains

This extension will spot fake news domains while browsing

Apa itu Spot Fake News Domains?

Spot Fake News Domains adalah ekstensi Chrome yang dikembangkan oleh hackerfoss.com, dan fitur utamanya adalah "This extension will spot fake news domains while browsing".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Spot Fake News Domains

Unduh file ekstensi Spot Fake News Domains 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

                        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                    

Informasi Dasar Ekstensi

Nama Spot Fake News Domains Spot Fake News Domains
ID bgekefoanlhmndfbgmijjghnenfljcia
URL Resmi https://chrome.google.com/webstore/detail/bgekefoanlhmndfbgmijjghnenfljcia
Deskripsi This extension will spot fake news domains while browsing
Ukuran File 13.42 KB
Jumlah Instalasi 112
Versi Saat Ini 0.1
Terakhir Diperbarui 2018-12-27
Tanggal Publikasi 2018-12-23
Pengembang hackerfoss.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://developer.hackerfoss.com/privacy
Bahasa yang Didukung 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
}