No BBB
Quer bloquear textos relacionados ao Big Brother no facebook?
什么是No BBB?
No BBB是由luiscoimbra开发的Chrome扩展程序,该扩展的主要功能是“Quer bloquear textos relacionados ao Big Brother no facebook?”。
扩展截图
下载No BBB扩展crx文件
下载No BBB扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Bloqueador de conteúdos relacionados ao Big Brother Brasil no feed do facebook. 扩展基本信息
| 名称 | |
| ID | pffipagakjgfndljjpkbdpoimojmgjca |
| 官方URL | https://chromewebstore.google.com/detail/no-bbb/pffipagakjgfndljjpkbdpoimojmgjca |
| 简介 | Quer bloquear textos relacionados ao Big Brother no facebook? |
| 文件大小 | 19.28 KB |
| 安装次数 | 4,581 |
| 当前版本 | 5.0.0 |
| 更新时间 | 2021-01-21 |
| 上架时间 | 2016-01-18 |
| 评分 | 3.85/5 共527次评分 |
| 开发者 | luiscoimbra |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.facebook.com/NoBBBextension |
| 支持的语言 | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "No BBB",
"version": "5.0.0",
"description": "Quer bloquear textos relacionados ao Big Brother no facebook?",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"js": [
"app.bs.js"
]
}
],
"icons": {
"16": "resources\/logo19.png",
"48": "resources\/logo48.png",
"128": "resources\/logo128.png"
},
"web_accessible_resources": [
"resources\/logo19.png"
]
} | |