Project Fib

This extensions detects fake news on your facebook news feed

Project Fibとは何ですか?

Project FibはNabanitaDeによって開発されたChromeの拡張機能で、その主な機能は「This extensions detects fake news on your facebook news feed」です。

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

Project Fib拡張機能のCRXファイルをダウンロード

Project Fib拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        FiB is a chrome extension for detecting Fake News on Facebook. When the user scrolls through their Facebook page, on the top right corner for every Facebook post, it would tag the news as verified and non-verified where non-verified is potentially fake news. It also works on twitter snapshots - checks if the user ever posted the tweet mentioned in that twitter snapshot, shared on Facebook or no. If the user did post that tweet, it marks the Facebook post as verified else non-verified. For pictures containing adult content as well, it would mark those posts as non-verified.                    

拡張機能の基本情報

名前 Project Fib Project Fib
ID njfkbbdphllgkbdomopoiibhdkkohnbf
公式URL https://chromewebstore.google.com/detail/project-fib/njfkbbdphllgkbdomopoiibhdkkohnbf
説明 This extensions detects fake news on your facebook news feed
ファイルサイズ 22.9 KB
インストール数 585
現在のバージョン 0.1
最終更新日 2017-02-15
公開日 2017-02-13
評価 2.27/5 合計 11 レビュー
開発者 NabanitaDe
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://projectfib.azurewebsites.net/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Project Fib",
    "description": "This extensions detects fake news on your facebook news feed",
    "version": "0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "\/ladda\/ladda.css"
            ],
            "js": [
                "myScript.js",
                "\/ladda\/ladda.js",
                "\/ladda\/spin.js"
            ]
        }
    ]
}