Colossal Johnson

Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.

What is Colossal Johnson?

Colossal Johnson is a Chrome extension developed by rblimey, and its main feature is "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.".

Extension Screenshots

screenshot

Download Colossal Johnson Extension CRX File

Download Colossal Johnson 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

                        Replaces 'Boris Johnson' with something that seems more true-to-form.
All credit for the word-swap code and inspiration goes to Eric Bailey https://github.com/ericwbailey/millennials-to-snake-people - I simply duplicated his work and changed a few words.                    

Extension Basic Information

Name Colossal Johnson Colossal Johnson
ID eminkdpmfplencemneopjifiaehjaedc
Official URL https://chromewebstore.google.com/detail/colossal-johnson/eminkdpmfplencemneopjifiaehjaedc
Description Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.
File Size 43.03 KB
Installation Count 31
Current Version 1.2
Last Updated 2019-06-01
Publish Date 2019-06-01
Rating 3.67/5 Total 3 Ratings
Developer rblimey
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Colossal Johnson",
    "short_name": "BoPlo",
    "description": "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.",
    "author": "The English People",
    "version": "1.2",
    "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"
        }
    ]
}