Reaction Remover
A quick and easy tool to remove reactions from Facebook.
Wat is Reaction Remover?
Reaction Remover is een Chrome-extensie ontwikkeld door randolphriback, en de belangrijkste functie is "A quick and easy tool to remove reactions from Facebook.".
Extensie Screenshots
Download het CRX-bestand van de extensie Reaction Remover
Download Reaction Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Sick of seeing laugh reacts on serious article links? Want a cleaner newsfeed? Give Reaction Remover a try.
Basisinformatie over de Extensie
Naam | Reaction Remover |
ID | dfiapeofdbbemafjadbomikmdlgkihjn |
Officiële URL | https://chromewebstore.google.com/detail/reaction-remover/dfiapeofdbbemafjadbomikmdlgkihjn |
Beschrijving | A quick and easy tool to remove reactions from Facebook. |
Bestandsgrootte | 21.25 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2021-08-25 |
Publicatiedatum | 2021-08-25 |
Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | randolphriback |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://wpvip.com/privacy |
Ondersteunde Talen | 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\/*" ] } |