Far right autocorrect

Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'

What is Far right autocorrect?

Far right autocorrect is a Chrome extension developed by Hope Not Hate, and its main feature is "Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'".

Extension Screenshots

screenshot

Download Far right autocorrect Extension CRX File

Download Far right autocorrect 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

                                            

Extension Basic Information

Name Far right autocorrect Far right autocorrect
ID ijcncnkkgpejabaihalgfifonmbailld
Official URL https://chromewebstore.google.com/detail/far-right-autocorrect/ijcncnkkgpejabaihalgfifonmbailld
Description Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'
File Size 29.04 KB
Installation Count 72
Current Version 1.2
Last Updated 2018-06-01
Publish Date 2018-06-01
Rating 3.00/5 Total 6 Ratings
Developer Hope Not Hate
Email [email protected]
Payment Type free
Extension Website https://www.hopenothate.org.uk/
Privacy Policy Page URL https://www.hopenothate.org.uk/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Far right autocorrect",
    "description": "Tells you the truth about far right figures trying to hoodwink people about their hateful messages. First up: 'Tommy Robinson'",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}