StopTheBullshit

Blocks websites that publish fake news.

What is StopTheBullshit?

StopTheBullshit is a Chrome extension developed by Jacopo Notarstefano, and its main feature is "Blocks websites that publish fake news.".

Extension Screenshots

screenshot

Download StopTheBullshit Extension CRX File

Download StopTheBullshit extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name StopTheBullshit StopTheBullshit
ID mgpabnifogoiekagmgfphjbljpfojkif
Official URL https://chromewebstore.google.com/detail/stopthebullshit/mgpabnifogoiekagmgfphjbljpfojkif
Description Blocks websites that publish fake news.
File Size 880 KB
Installation Count 180
Current Version 0.2.5
Last Updated 2017-07-02
Publish Date 2017-07-01
Rating 4.22/5 Total 9 Ratings
Developer Jacopo Notarstefano
Payment Type free
Extension Website https://github.com/jacquerie/stop-the-bullshit
Supported Languages 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:\/\/*\/*"
    ]
}