Alt-Right Denormalizer
Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
Wat is Alt-Right Denormalizer?
Alt-Right Denormalizer is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'".
Extensie Screenshots
Download het CRX-bestand van de extensie Alt-Right Denormalizer
Download Alt-Right Denormalizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | glfmlcifdhfpibfmokbcojfkbgfigeph |
| Officiële URL | https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph |
| Beschrijving | Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' |
| Bestandsgrootte | 3.56 KB |
| Aantal Installaties | 657 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-11-17 |
| Publicatiedatum | 2016-11-16 |
| Beoordeling | 4.12/5 Totaal 34 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
}
]
} | |