Hide 'Like' Notifications

Make Facebook less distractive.

Was ist Hide 'Like' Notifications?

Hide 'Like' Notifications ist eine Chrome-Erweiterung, die von Hideto Ishibashi entwickelt wurde, und ihr Hauptmerkmal ist "Make Facebook less distractive.".

Erweiterungsscreenshots

screenshot

Hide 'Like' Notifications-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hide 'Like' Notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Hide 'Like' Notifications Hide 'Like' Notifications
ID kbfakkkdllpodegeoggpfcmjabodhpca
Offizielle URL https://chromewebstore.google.com/detail/hide-like-notifications/kbfakkkdllpodegeoggpfcmjabodhpca
Beschreibung Make Facebook less distractive.
Dateigröße 11.15 KB
Installationsanzahl 676
Aktuelle Version 1.16
Letztes Update 2021-02-14
Veröffentlichungsdatum 2019-04-18
Bewertung 4.00/5 Insgesamt 84 Bewertungen
Entwickler Hideto Ishibashi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/zerobase/fb_hide_like_notifs
Hilfeseite URL https://github.com/zerobase/fb_hide_like_notifs
Unterstützte Sprachen 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\/*"
    ]
}