Hide reactions for facebook
It's annoy that seeing the unnecessary reaction. Remove it and display like only.
Apa itu Hide reactions for facebook?
Hide reactions for facebook adalah ekstensi Chrome yang dikembangkan oleh dm3352andy, dan fitur utamanya adalah "It's annoy that seeing the unnecessary reaction. Remove it and display like only.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Hide reactions for facebook
Unduh file ekstensi Hide reactions for facebook 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
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.
Informasi Dasar Ekstensi
Nama | Hide reactions for facebook |
ID | lcaijjlnhkjilbeeafabmlpgpmonnadc |
URL Resmi | https://chromewebstore.google.com/detail/hide-reactions-for-facebo/lcaijjlnhkjilbeeafabmlpgpmonnadc |
Deskripsi | It's annoy that seeing the unnecessary reaction. Remove it and display like only. |
Ukuran File | 766 KB |
Jumlah Instalasi | 187 |
Versi Saat Ini | 7 |
Terakhir Diperbarui | 2022-12-13 |
Tanggal Publikasi | 2020-03-07 |
Penilaian | 4.22/5 Total 9 Penilaian |
Pengembang | dm3352andy |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://jack120707.blogspot.com/ |
URL Halaman Bantuan | https://github.com/asadman1523/Hidden-Reactions-for-facebook |
Bahasa yang Didukung | 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" } } |