NHS Overspend Autocorrector

Modifies phrases related to the ongoing NHS funding crisis.

What is NHS Overspend Autocorrector?

NHS Overspend Autocorrector is a Chrome extension developed by Dr. Hugh Harvey, and its main feature is "Modifies phrases related to the ongoing NHS funding crisis.".

Extension Screenshots

screenshot

Download NHS Overspend Autocorrector Extension CRX File

Download NHS Overspend Autocorrector 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

                        The NHS is undergoing the largest chronic underfunding period in its 70 year history. The Department of Health (and thus the media) tend to blame this on hospitals and staff, as if it were their fault. In reality there simply isn’t enough money provided by the Treasury to provide the services that are needed, with staff overstretched, waiting lists increasing and patient care suffering in quality. England spends less (% GDP) on the NHS than the OECD average.

This extension automatically changes words and phrases on websites describing the funding crisis to reflect the truth: that the health service we love is not being funded properly from the top.

Developed by:
Hugh Harvey, @DrHughHarvey
Matt Morris, @boxel
————

Features:

Easy install (and removal)
Works on all websites
Changes text only
Only functions in relevant context (e.g site mentions NHS)
Never read about overspending again!

————

Disclaimer: 
This extension changes the way the text of news websites is presented. Users should be aware that by installing this extension they will not be reading text as it was originally intended. 
The extension can be disabled in the extensions submenu.

This extension is in no way related to the NHS, the Department of Health, the Treasury or any other regulatory body or online news outlet.

This extension does not store any user data, nor is any sent to the creators.                    

Extension Basic Information

Name NHS Overspend Autocorrector NHS Overspend Autocorrector
ID ibhgdojccgidhnlfnbgdlaoliojccgph
Official URL https://chromewebstore.google.com/detail/nhs-overspend-autocorrect/ibhgdojccgidhnlfnbgdlaoliojccgph
Description Modifies phrases related to the ongoing NHS funding crisis.
File Size 3.63 KB
Installation Count 309
Current Version 1.6
Last Updated 2016-07-28
Publish Date 2016-07-28
Rating 2.75/5 Total 4 Ratings
Developer Dr. Hugh Harvey
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NHS Overspend Autocorrector",
    "short_name": "NHS Ovrspend",
    "description": "Modifies phrases related to the ongoing NHS funding crisis.",
    "version": "1.6",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}