FaceBreak
FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…
What is FaceBreak?
FaceBreak is a Chrome extension developed by jeffrey.bigham, and its main feature is "FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…".
Download FaceBreak Extension CRX File
Download FaceBreak extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | FaceBreak |
ID | fdphkfldjijelocnnhhiocikdlokongk |
Official URL | https://chromewebstore.google.com/detail/facebreak/fdphkfldjijelocnnhhiocikdlokongk |
Description | FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your… |
File Size | 36.97 KB |
Installation Count | 38 |
Current Version | 0.0.2 |
Last Updated | 2017-03-22 |
Publish Date | 2017-03-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | jeffrey.bigham |
[email protected] | |
Payment Type | free |
Extension Website | http://www.facebreak.me |
Supported Languages | 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" } ] } |