Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

What is Brexit Means Breakfast?

Brexit Means Breakfast is a Chrome extension developed by https://brexitmeansbreakfast.co.uk, and its main feature is "Replace Brexit with Breakfast arround the web.".

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

                        Brexit Means Breakfast Is a Chrome extension which hijacks Brexit discussions on the web by changing the topic to the most important meal of the day – so you never have to read about Brexit again.                    

Extension Basic Information

Name Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
Official URL https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
Description Replace Brexit with Breakfast arround the web.
File Size 139 KB
Installation Count 28
Current Version 1.1
Last Updated 2019-06-29
Publish Date 2019-06-24
Rating 4.25/5 Total 4 Ratings
Developer https://brexitmeansbreakfast.co.uk
Payment Type free
Extension Website https://brexitmeansbreakfast.co.uk/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brexit Means Breakfast",
    "description": "Replace Brexit with Breakfast arround the web.",
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "permissions": [
                "activeTab"
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "icon-16.jpg",
        "128": "icon.jpg"
    }
}