Reaction Remover
A quick and easy tool to remove reactions from Facebook.
What is Reaction Remover?
Reaction Remover is a Chrome extension developed by randolphriback, and its main feature is "A quick and easy tool to remove reactions from Facebook.".
Extension Screenshots
Download Reaction Remover Extension CRX File
Download Reaction Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Sick of seeing laugh reacts on serious article links? Want a cleaner newsfeed? Give Reaction Remover a try.
Extension Basic Information
Name | Reaction Remover |
ID | dfiapeofdbbemafjadbomikmdlgkihjn |
Official URL | https://chromewebstore.google.com/detail/reaction-remover/dfiapeofdbbemafjadbomikmdlgkihjn |
Description | A quick and easy tool to remove reactions from Facebook. |
File Size | 21.25 KB |
Installation Count | 18 |
Current Version | 1.2 |
Last Updated | 2021-08-25 |
Publish Date | 2021-08-25 |
Rating | 3.00/5 Total 2 Ratings |
Developer | randolphriback |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://wpvip.com/privacy |
Supported Languages | 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\/*" ] } |