Hide reactions for facebook
It's annoy that seeing the unnecessary reaction. Remove it and display like only.
Hide reactions for facebookとは何ですか?
Hide reactions for facebookはdm3352andyによって開発されたChromeの拡張機能で、その主な機能は「It's annoy that seeing the unnecessary reaction. Remove it and display like only.」です。
拡張機能のスクリーンショット
Hide reactions for facebook拡張機能のCRXファイルをダウンロード
Hide reactions for facebook拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Sometimes, facebook posts is tedious or spam but there are some user still click love, wow...etc reaction. It's very annoying. This plugin help you hide reactions from facebook post and leave popular only. Make facebook looks simple and clear.
拡張機能の基本情報
名前 | Hide reactions for facebook |
ID | lcaijjlnhkjilbeeafabmlpgpmonnadc |
公式URL | https://chromewebstore.google.com/detail/hide-reactions-for-facebo/lcaijjlnhkjilbeeafabmlpgpmonnadc |
説明 | It's annoy that seeing the unnecessary reaction. Remove it and display like only. |
ファイルサイズ | 766 KB |
インストール数 | 187 |
現在のバージョン | 7 |
最終更新日 | 2022-12-13 |
公開日 | 2020-03-07 |
評価 | 4.22/5 合計 9 レビュー |
開発者 | dm3352andy |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://jack120707.blogspot.com/ |
ヘルプページのURL | https://github.com/asadman1523/Hidden-Reactions-for-facebook |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide reactions for facebook", "description": "It's annoy that seeing the unnecessary reaction. Remove it and display like only.", "version": "7", "action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "manifest_version": 3, "commands": [], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_idle", "js": [ "background.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |