Brexit means Breakfast

Spend some quality time eating Brexit at the morning's breakfast negotiations.

What is Brexit means Breakfast?

Brexit means Breakfast is a Chrome extension developed by Shallot Breakfast, and its main feature is "Spend some quality time eating Brexit at the morning's breakfast negotiations.".

Extension Screenshots

screenshot

Download Brexit means Breakfast Extension CRX File

Download Brexit means Breakfast 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

                        Changes all instances of Brexit to breakfast a la several media gaffes.

Inspired by my breakfast blog at http://breakfastmeansbreakfast.tumblr.com

Changelog:

v1.0.2: Added support for David Davis & his ministry mates, breakfasters, and more
v1.0.1: Fixed weird capitalization on 'breakfast' when appearing in the middle of a sentence.
v1.0: Initial Release

Icon made by Freepik from www.flaticon.com                    

Extension Basic Information

Name Brexit means Breakfast Brexit means Breakfast
ID jemcpljicbjakkbiplngpdklgeonkiaf
Official URL https://chromewebstore.google.com/detail/brexit-means-breakfast/jemcpljicbjakkbiplngpdklgeonkiaf
Description Spend some quality time eating Brexit at the morning's breakfast negotiations.
File Size 4.74 KB
Installation Count 11
Current Version 1.0.2
Last Updated 2017-07-11
Publish Date 2017-07-11
Rating 5.00/5 Total 3 Ratings
Developer Shallot Breakfast
Payment Type free
Extension Website http://breakfastmeansbreakfast.tumblr.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brexit means Breakfast",
    "description": "Spend some quality time eating Brexit at the morning's breakfast negotiations.",
    "version": "1.0.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}