Spot Fake News Domains

This extension will spot fake news domains while browsing

Spot Fake News Domainsとは何ですか?

Spot Fake News Domainsはhackerfoss.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will spot fake news domains while browsing」です。

拡張機能のスクリーンショット

screenshot
screenshot

Spot Fake News Domains拡張機能のCRXファイルをダウンロード

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
Eメール [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
}