Reaction Remover

A quick and easy tool to remove reactions from Facebook.

Co to jest Reaction Remover?

Reaction Remover to rozszerzenie Chrome opracowane przez randolphriback, a jego główną funkcją jest „A quick and easy tool to remove reactions from Facebook.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reaction Remover

Pobierz pliki rozszerzeń Reaction Remover w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Reaction Remover Reaction Remover
ID dfiapeofdbbemafjadbomikmdlgkihjn
Oficjalny URL https://chromewebstore.google.com/detail/reaction-remover/dfiapeofdbbemafjadbomikmdlgkihjn
Opis A quick and easy tool to remove reactions from Facebook.
Rozmiar pliku 21.25 KB
Liczba instalacji 18
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2021-08-25
Data Publikacji 2021-08-25
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper randolphriback
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://wpvip.com/privacy
Obsługiwane Języki 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\/*"
    ]
}