Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

Wat is Brexit Means Breakfast?

Brexit Means Breakfast is een Chrome-extensie ontwikkeld door https://brexitmeansbreakfast.co.uk, en de belangrijkste functie is "Replace Brexit with Breakfast arround the web.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Brexit Means Breakfast

Download Brexit Means Breakfast-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
Officiële URL https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
Beschrijving Replace Brexit with Breakfast arround the web.
Bestandsgrootte 139 KB
Aantal Installaties 28
Huidige Versie 1.1
Laatst Bijgewerkt 2019-06-29
Publicatiedatum 2019-06-24
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar https://brexitmeansbreakfast.co.uk
Betalingswijze free
Extensiewebsite https://brexitmeansbreakfast.co.uk/
Ondersteunde Talen 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"
    }
}