Alt-Right Denormalizer

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

Qu'est-ce que Alt-Right Denormalizer ?

Alt-Right Denormalizer est une extension Chrome développée par Unknown, et sa fonction principale est "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Alt-Right Denormalizer

Téléchargez les fichiers d'extension Alt-Right Denormalizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Alt-Right Denormalizer Alt-Right Denormalizer
ID glfmlcifdhfpibfmokbcojfkbgfigeph
URL Officiel https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph
Description Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
Taille du Fichier 3.56 KB
Nombre d'Installations 657
Version Actuelle 1.0
Dernière Mise à Jour 2016-11-17
Date de Publication 2016-11-16
Évaluation 4.12/5 Total 34 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}