Alt-Right to Neo-Nazi

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

What is Alt-Right to Neo-Nazi?

Alt-Right to Neo-Nazi is a Chrome extension developed by MBilokonsky, and its main feature is "Replaces the text 'Alt-Right' with 'neo-nazi'.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Alt-Right to Neo-Nazi Extension CRX File

Download Alt-Right to Neo-Nazi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Alt-Right to Neo-Nazi Alt-Right to Neo-Nazi
ID ncmeapahfpbjkalemlmnklpkjdlpimjh
Official URL https://chromewebstore.google.com/detail/alt-right-to-neo-nazi/ncmeapahfpbjkalemlmnklpkjdlpimjh
Description Replaces the text 'Alt-Right' with 'neo-nazi'.
File Size 11.81 KB
Installation Count 12
Current Version 1.0
Last Updated 2016-11-21
Publish Date 2016-11-21
Rating 5.00/5 Total 1 Ratings
Developer MBilokonsky
Payment Type free
Supported Languages 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"
        }
    ]
}