Alt-Right Denormalizer

Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'

Co to jest Alt-Right Denormalizer?

Alt-Right Denormalizer to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Alt-Right Denormalizer

Pobierz pliki rozszerzeń Alt-Right Denormalizer 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

                        Replaces any appearance of the phrase 'alt-right' with 'Rebranded White Nationalism,' because this should not be normalized. I saw a few other versions of this out there, but wanted one with a more distinctive phrase.                    

Podstawowe informacje o rozszerzeniu

Nazwa Alt-Right Denormalizer Alt-Right Denormalizer
ID glfmlcifdhfpibfmokbcojfkbgfigeph
Oficjalny URL https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph
Opis Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
Rozmiar pliku 3.56 KB
Liczba instalacji 657
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-11-17
Data Publikacji 2016-11-16
Ocena 4.12/5 Łącznie 34 Oceny
Deweloper Unknown
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Alt-Right Denormalizer",
    "description": "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' ",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}