Hide 'Like' Notifications
Make Facebook less distractive.
Hvad er Hide 'Like' Notifications?
Hide 'Like' Notifications er en Chrome-udvidelse udviklet af Hideto Ishibashi, og dens hovedfunktion er "Make Facebook less distractive.".
Udvidelsesskærmbilleder
Download Hide 'Like' Notifications-udvidelses-CRX-fil
Download Hide 'Like' Notifications-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
Farewell
Facebook has changed its design to allow users to suppress distractive notifications. Just turn the More Activity About You option off in the Notifications Settings[1].
Now that you do not need this Chrome extension. Just remove it.
I hope you enjoy Facebook without distraction.
Regards,
Hide
[1]: https://www.facebook.com/settings/?tab=notifications Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kbfakkkdllpodegeoggpfcmjabodhpca |
| Officiel URL | https://chromewebstore.google.com/detail/hide-like-notifications/kbfakkkdllpodegeoggpfcmjabodhpca |
| Beskrivelse | Make Facebook less distractive. |
| Filstørrelse | 11.15 KB |
| Antal Installationer | 676 |
| Nuværende Version | 1.16 |
| Senest Opdateret | 2021-02-14 |
| Udgivelsesdato | 2019-04-18 |
| Bedømmelse | 4.00/5 Samlet 84 Bedømmelser |
| Udvikler | Hideto Ishibashi |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/zerobase/fb_hide_like_notifs |
| Hjælpeside-URL | https://github.com/zerobase/fb_hide_like_notifs |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hide 'Like' Notifications",
"description": "Make Facebook less distractive.",
"version": "1.16",
"icons": {
"48": "icon_on_48.png",
"128": "icon_128.png"
},
"page_action": {
"default_title": "Hide 'Like' Notifs",
"default_icon": "icon_on_48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.facebook.com\/*"
],
"css": [
"fb_hide_like_notifs_injection.css"
],
"js": [
"fb_hide_like_notifs_injection.js"
]
}
],
"permissions": [
"https:\/\/www.facebook.com\/*"
]
} | |