Reaction Remover
A quick and easy tool to remove reactions from Facebook.
Apa itu Reaction Remover?
Reaction Remover adalah ekstensi Chrome yang dikembangkan oleh randolphriback, dan fitur utamanya adalah "A quick and easy tool to remove reactions from Facebook.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Reaction Remover
Unduh file ekstensi Reaction Remover 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
Sick of seeing laugh reacts on serious article links? Want a cleaner newsfeed? Give Reaction Remover a try.
Informasi Dasar Ekstensi
Nama | Reaction Remover |
ID | dfiapeofdbbemafjadbomikmdlgkihjn |
URL Resmi | https://chromewebstore.google.com/detail/reaction-remover/dfiapeofdbbemafjadbomikmdlgkihjn |
Deskripsi | A quick and easy tool to remove reactions from Facebook. |
Ukuran File | 21.25 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2021-08-25 |
Tanggal Publikasi | 2021-08-25 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | randolphriback |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://wpvip.com/privacy |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reaction Remover", "description": "A quick and easy tool to remove reactions from Facebook.", "version": "1.2", "icons": { "128": "png128.png" }, "background": { "persistent": true, "page": "popup.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "js\/inject.js", "js\/normalize.js" ], "all_frames": false } ], "browser_action": { "default_icon": "pngegg.png", "default_popup": "popup.html" }, "permissions": [ "storage", "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*", "http:\/\/web.facebook.com\/*", "https:\/\/web.facebook.com\/*" ] } |