Alt-Right Denormalizer

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

Co je Alt-Right Denormalizer?

Alt-Right Denormalizer je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Alt-Right Denormalizer

Stáhněte si soubory rozšíření Alt-Right Denormalizer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Alt-Right Denormalizer Alt-Right Denormalizer
ID glfmlcifdhfpibfmokbcojfkbgfigeph
Oficiální URL https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph
Popis Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
Velikost souboru 3.56 KB
Počet instalací 657
Aktuální Verze 1.0
Poslední Aktualizace 2016-11-17
Datum Vydání 2016-11-16
Hodnocení 4.12/5 Celkem 34 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}