FaceBreak
FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…
Hvad er FaceBreak?
FaceBreak er en Chrome-udvidelse udviklet af jeffrey.bigham, og dens hovedfunktion er "FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…".
Download FaceBreak-udvidelses-CRX-fil
Download FaceBreak-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | fdphkfldjijelocnnhhiocikdlokongk |
| Officiel URL | https://chromewebstore.google.com/detail/facebreak/fdphkfldjijelocnnhhiocikdlokongk |
| Beskrivelse | FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your… |
| Filstørrelse | 36.97 KB |
| Antal Installationer | 38 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2017-03-22 |
| Udgivelsesdato | 2017-03-22 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | jeffrey.bigham |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | http://www.facebreak.me |
| Understøttede Sprog | 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"
}
]
} | |