Hide 'Like' Notifications
Make Facebook less distractive.
Apa itu Hide 'Like' Notifications?
Hide 'Like' Notifications adalah ekstensi Chrome yang dikembangkan oleh Hideto Ishibashi, dan fitur utamanya adalah "Make Facebook less distractive.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hide 'Like' Notifications
Unduh file ekstensi Hide 'Like' Notifications dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Hide 'Like' Notifications |
ID | kbfakkkdllpodegeoggpfcmjabodhpca |
URL Resmi | https://chromewebstore.google.com/detail/hide-like-notifications/kbfakkkdllpodegeoggpfcmjabodhpca |
Deskripsi | Make Facebook less distractive. |
Ukuran File | 11.15 KB |
Jumlah Instalasi | 676 |
Versi Saat Ini | 1.16 |
Terakhir Diperbarui | 2021-02-14 |
Tanggal Publikasi | 2019-04-18 |
Penilaian | 4.00/5 Total 84 Penilaian |
Pengembang | Hideto Ishibashi |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/zerobase/fb_hide_like_notifs |
URL Halaman Bantuan | https://github.com/zerobase/fb_hide_like_notifs |
Bahasa yang Didukung | 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\/*" ] } |