StopTheBullshit

Blocks websites that publish fake news.

StopTheBullshit là gì?

StopTheBullshit là một tiện ích mở rộng Chrome được phát triển bởi Jacopo Notarstefano, và tính năng chính của nó là "Blocks websites that publish fake news.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng StopTheBullshit

Tải xuống các tệp mở rộng StopTheBullshit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StopTheBullshit StopTheBullshit
ID mgpabnifogoiekagmgfphjbljpfojkif
URL Chính Thức https://chromewebstore.google.com/detail/stopthebullshit/mgpabnifogoiekagmgfphjbljpfojkif
Mô tả Blocks websites that publish fake news.
Kích Thước Tệp 880 KB
Số Lần Cài Đặt 180
Phiên Bản Hiện Tại 0.2.5
Cập Nhật Lần Cuối 2017-07-02
Ngày Phát Hành 2017-07-01
Đánh Giá 4.22/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Jacopo Notarstefano
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jacquerie/stop-the-bullshit
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
    ]
}