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