Hide 'Like' Notifications
Make Facebook less distractive.
什麼是Hide 'Like' Notifications?
Hide 'Like' Notifications是由Hideto Ishibashi開發的Chrome擴展程式,該擴展的主要功能是“Make Facebook less distractive.”。
擴展截圖
下載Hide 'Like' Notifications擴展crx文件
下載Hide 'Like' Notifications擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Hide 'Like' Notifications |
ID | kbfakkkdllpodegeoggpfcmjabodhpca |
官方網址 | https://chromewebstore.google.com/detail/hide-like-notifications/kbfakkkdllpodegeoggpfcmjabodhpca |
簡介 | Make Facebook less distractive. |
檔案大小 | 11.15 KB |
安裝次數 | 676 |
目前版本 | 1.16 |
更新時間 | 2021-02-14 |
上架時間 | 2019-04-18 |
評分 | 4.00/5 共 84 次評分 |
開發者 | Hideto Ishibashi |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/zerobase/fb_hide_like_notifs |
說明頁面URL | https://github.com/zerobase/fb_hide_like_notifs |
支援的語言 | 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\/*" ] } |