StopTheBullshit
Blocks websites that publish fake news.
什么是StopTheBullshit?
StopTheBullshit是由Jacopo Notarstefano开发的Chrome扩展程序,该扩展的主要功能是“Blocks websites that publish fake news.”。
扩展截图
下载StopTheBullshit扩展crx文件
下载StopTheBullshit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | 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:\/\/*\/*" ] } |