Reaction Remover

A quick and easy tool to remove reactions from Facebook.

Cos'è Reaction Remover?

Reaction Remover è un'estensione di Chrome sviluppata da randolphriback, e la sua funzione principale è "A quick and easy tool to remove reactions from Facebook.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reaction Remover

Scarica i file di estensione Reaction Remover in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Sick of seeing laugh reacts on serious article links? Want a cleaner newsfeed? Give Reaction Remover a try.                    

Informazioni di Base sull'Estensione

Nome Reaction Remover Reaction Remover
ID dfiapeofdbbemafjadbomikmdlgkihjn
URL Ufficiale https://chromewebstore.google.com/detail/reaction-remover/dfiapeofdbbemafjadbomikmdlgkihjn
Descrizione A quick and easy tool to remove reactions from Facebook.
Dimensione del File 21.25 KB
Conteggio Installazioni 18
Versione Corrente 1.2
Ultimo Aggiornamento 2021-08-25
Data di Pubblicazione 2021-08-25
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore randolphriback
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://wpvip.com/privacy
Lingue Supportate 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\/*"
    ]
}