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 |
| Eメール | [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"
]
} | |