Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

Hvad er Brexit Means Breakfast?

Brexit Means Breakfast er en Chrome-udvidelse udviklet af https://brexitmeansbreakfast.co.uk, og dens hovedfunktion er "Replace Brexit with Breakfast arround the web.".

Udvidelsesskærmbilleder

screenshot

Download Brexit Means Breakfast-udvidelses-CRX-fil

Download Brexit Means Breakfast-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
Officiel URL https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
Beskrivelse Replace Brexit with Breakfast arround the web.
Filstørrelse 139 KB
Antal Installationer 28
Nuværende Version 1.1
Senest Opdateret 2019-06-29
Udgivelsesdato 2019-06-24
Bedømmelse 4.25/5 Samlet 4 Bedømmelser
Udvikler https://brexitmeansbreakfast.co.uk
Betalingsmetode free
Udvidelseswebsted https://brexitmeansbreakfast.co.uk/
Understøttede Sprog 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"
    }
}