Hide 'Like' Notifications

Make Facebook less distractive.

What is Hide 'Like' Notifications?

Hide 'Like' Notifications is a Chrome extension developed by Hideto Ishibashi, and its main feature is "Make Facebook less distractive.".

Extension Screenshots

screenshot

Download Hide 'Like' Notifications Extension CRX File

Download Hide 'Like' Notifications 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

                        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                    

Extension Basic Information

Name Hide 'Like' Notifications Hide 'Like' Notifications
ID kbfakkkdllpodegeoggpfcmjabodhpca
Official URL https://chromewebstore.google.com/detail/hide-like-notifications/kbfakkkdllpodegeoggpfcmjabodhpca
Description Make Facebook less distractive.
File Size 11.15 KB
Installation Count 676
Current Version 1.16
Last Updated 2021-02-14
Publish Date 2019-04-18
Rating 4.00/5 Total 84 Ratings
Developer Hideto Ishibashi
Email [email protected]
Payment Type free
Extension Website https://github.com/zerobase/fb_hide_like_notifs
Help Page URL https://github.com/zerobase/fb_hide_like_notifs
Supported Languages 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\/*"
    ]
}