StopTheBullshit

Blocks websites that publish fake news.

StopTheBullshitとは何ですか?

StopTheBullshitはJacopo Notarstefanoによって開発されたChromeの拡張機能で、その主な機能は「Blocks websites that publish fake news.」です。

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

screenshot

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

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

拡張機能の使用方法

                                            

拡張機能の基本情報

名前 StopTheBullshit StopTheBullshit
ID mgpabnifogoiekagmgfphjbljpfojkif
公式URL https://chromewebstore.google.com/detail/stopthebullshit/mgpabnifogoiekagmgfphjbljpfojkif
説明 Blocks websites that publish fake news.
ファイルサイズ 880 KB
インストール数 180
現在のバージョン 0.2.5
最終更新日 2017-07-02
公開日 2017-07-01
評価 4.22/5 合計 9 レビュー
開発者 Jacopo Notarstefano
支払い方法 free
拡張機能のウェブサイト https://github.com/jacquerie/stop-the-bullshit
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "StopTheBullshit",
    "description": "Blocks websites that publish fake news.",
    "author": "Jacopo Notarstefano",
    "version": "0.2.5",
    "icons": {
        "48": "src\/img\/StB48.png",
        "128": "src\/img\/StB128.png"
    },
    "background": {
        "scripts": [
            "src\/js\/urls.js",
            "src\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "src\/css\/facebook.css"
            ],
            "js": [
                "lib\/underscore\/underscore.min.js",
                "lib\/jquery\/jquery.min.js",
                "src\/js\/urls.js",
                "src\/js\/facebook.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "src\/blocked.html"
    ],
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}