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 |
| 官方網址 | 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"
}
]
} | |