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 |
公式URL | 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 |
Eメール | [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\/*" ] } |