Alt-Right Denormalizer
Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'
Vad är Alt-Right Denormalizer?
Alt-Right Denormalizer är en Chrome-tillägg utvecklad av Unknown, och dess huvudfunktion är "Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism'".
Tilläggsskärmbilder
Ladda ner Alt-Right Denormalizer-förlängningens CRX-fil
Ladda ner Alt-Right Denormalizer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | glfmlcifdhfpibfmokbcojfkbgfigeph |
| Officiell webbadress | https://chromewebstore.google.com/detail/alt-right-denormalizer/glfmlcifdhfpibfmokbcojfkbgfigeph |
| Beskrivning | Replaces any appearance of the phrase 'alt-right' with 'rebranded white nationalism' |
| Filstorlek | 3.56 KB |
| Antal Installationer | 657 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2016-11-17 |
| Publiceringsdatum | 2016-11-16 |
| Betyg | 4.12/5 Totalt 34 Betyg |
| Utvecklare | Unknown |
| Betalningssätt | free |
| Stödda Språk | 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"
}
]
} | |