Alt-Right to Neo-Nazi
Replaces the text 'Alt-Right' with 'neo-nazi'.
Co to jest Alt-Right to Neo-Nazi?
Alt-Right to Neo-Nazi to rozszerzenie Chrome opracowane przez MBilokonsky, a jego główną funkcją jest „Replaces the text 'Alt-Right' with 'neo-nazi'.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Alt-Right to Neo-Nazi
Pobierz pliki rozszerzeń Alt-Right to Neo-Nazi w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This browser extension clarifies certain ambiguities in the media coverage of the so-called 'alt-right' neo-nazi movement in the united states.
With this extension installed, the text "The Alt-Right" will become 'The Neo-Nazi movement', and the text 'Alt-Right' will simply become 'Neo-Nazi'. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ncmeapahfpbjkalemlmnklpkjdlpimjh |
| Oficjalny URL | https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh |
| Opis | Replaces the text 'Alt-Right' with 'neo-nazi'. |
| Rozmiar pliku | 11.81 KB |
| Liczba instalacji | 12 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2016-11-21 |
| Data Publikacji | 2016-11-21 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | MBilokonsky |
| Typ Płatności | free |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Alt-Right to Neo-Nazi",
"short_name": "Neo-Nazi",
"description": "Replaces the text 'Alt-Right' with 'neo-nazi'.",
"author": "Mykola Bilokonsky",
"version": "1.0",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |