Alt-Right to Neo-Nazi

Replaces the text 'Alt-Right' with 'neo-nazi'.

Cos'è Alt-Right to Neo-Nazi?

Alt-Right to Neo-Nazi è un'estensione di Chrome sviluppata da MBilokonsky, e la sua funzione principale è "Replaces the text 'Alt-Right' with 'neo-nazi'.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Alt-Right to Neo-Nazi

Scarica i file di estensione Alt-Right to Neo-Nazi in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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'.                    

Informazioni di Base sull'Estensione

Nome Alt-Right to Neo-Nazi Alt-Right to Neo-Nazi
ID ncmeapahfpbjkalemlmnklpkjdlpimjh
URL Ufficiale https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh
Descrizione Replaces the text 'Alt-Right' with 'neo-nazi'.
Dimensione del File 11.81 KB
Conteggio Installazioni 12
Versione Corrente 1.0
Ultimo Aggiornamento 2016-11-21
Data di Pubblicazione 2016-11-21
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore MBilokonsky
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}