Hide 'Like' Notifications

Make Facebook less distractive.

Cos'è Hide 'Like' Notifications?

Hide 'Like' Notifications è un'estensione di Chrome sviluppata da Hideto Ishibashi, e la sua funzione principale è "Make Facebook less distractive.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Hide 'Like' Notifications

Scarica i file di estensione Hide 'Like' Notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Hide 'Like' Notifications Hide 'Like' Notifications
ID kbfakkkdllpodegeoggpfcmjabodhpca
URL Ufficiale https://chromewebstore.google.com/detail/hide-like-notifications/kbfakkkdllpodegeoggpfcmjabodhpca
Descrizione Make Facebook less distractive.
Dimensione del File 11.15 KB
Conteggio Installazioni 676
Versione Corrente 1.16
Ultimo Aggiornamento 2021-02-14
Data di Pubblicazione 2019-04-18
Valutazione 4.00/5 Totale 84 Valutazioni
Sviluppatore Hideto Ishibashi
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/zerobase/fb_hide_like_notifs
URL della Pagina di Aiuto https://github.com/zerobase/fb_hide_like_notifs
Lingue Supportate 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\/*"
    ]
}