FaceBreak
FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…
什么是FaceBreak?
FaceBreak是由jeffrey.bigham开发的Chrome扩展程序,该扩展的主要功能是“FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…”。
下载FaceBreak扩展crx文件
下载FaceBreak扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your social media. When a notification is received, it is detected, and all of your notifications are marked as read. It also blocks the notification pop-up box and the new comment pop-up boxes on Facebook. 扩展基本信息
| 名称 | |
| ID | fdphkfldjijelocnnhhiocikdlokongk |
| 官方URL | https://chromewebstore.google.com/detail/facebreak/fdphkfldjijelocnnhhiocikdlokongk |
| 简介 | FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your… |
| 文件大小 | 36.97 KB |
| 安装次数 | 38 |
| 当前版本 | 0.0.2 |
| 更新时间 | 2017-03-22 |
| 上架时间 | 2017-03-22 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | jeffrey.bigham |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.facebreak.me |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FaceBreak",
"minimum_chrome_version": "24.0.1307.0",
"version": "0.0.2",
"homepage_url": "http:\/\/facebreak.me",
"icons": {
"16": "icon_16.png",
"128": "icon_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.facebook.com\/*"
],
"js": [
"scripts\/facebreak.js"
],
"run_at": "document_idle"
}
]
} | |