Alt-Right Denormalizer
Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
O que é Alt-Right Denormalizer?
Alt-Right Denormalizer é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Alt-Right Denormalizer
Baixe arquivos de extensão Alt-Right Denormalizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Alt-Right Denormalizer |
ID | glfmlcifdhfpibfmokbcojfkbgfigeph |
URL Oficial | https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph |
Descrição | Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' |
Tamanho do Arquivo | 3.56 KB |
Contagem de Instalações | 657 |
Versão Atual | 1.0 |
Última Atualização | 2016-11-17 |
Data de Publicação | 2016-11-16 |
Classificação | 4.12/5 Total de 34 Avaliações |
Desenvolvedor | Unknown |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |