Hide 'Like' Notifications

Make Facebook less distractive.

Vad är Hide 'Like' Notifications?

Hide 'Like' Notifications är en Chrome-tillägg utvecklad av Hideto Ishibashi, och dess huvudfunktion är "Make Facebook less distractive.".

Tilläggsskärmbilder

screenshot

Ladda ner Hide 'Like' Notifications-förlängningens CRX-fil

Ladda ner Hide 'Like' Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Hide 'Like' Notifications Hide 'Like' Notifications
ID kbfakkkdllpodegeoggpfcmjabodhpca
Officiell webbadress https://chromewebstore.google.com/detail/hide-like-notifications/kbfakkkdllpodegeoggpfcmjabodhpca
Beskrivning Make Facebook less distractive.
Filstorlek 11.15 KB
Antal Installationer 676
Aktuell Version 1.16
Senast Uppdaterad 2021-02-14
Publiceringsdatum 2019-04-18
Betyg 4.00/5 Totalt 84 Betyg
Utvecklare Hideto Ishibashi
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/zerobase/fb_hide_like_notifs
Hjälpsida URL https://github.com/zerobase/fb_hide_like_notifs
Stödda Språk 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\/*"
    ]
}