Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

Cos'è Brexit Means Breakfast?

Brexit Means Breakfast è un'estensione di Chrome sviluppata da https://brexitmeansbreakfast.co.uk, e la sua funzione principale è "Replace Brexit with Breakfast arround the web.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Brexit Means Breakfast

Scarica i file di estensione Brexit Means Breakfast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
URL Ufficiale https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
Descrizione Replace Brexit with Breakfast arround the web.
Dimensione del File 139 KB
Conteggio Installazioni 28
Versione Corrente 1.1
Ultimo Aggiornamento 2019-06-29
Data di Pubblicazione 2019-06-24
Valutazione 4.25/5 Totale 4 Valutazioni
Sviluppatore https://brexitmeansbreakfast.co.uk
Tipo di Pagamento free
Sito Web dell'Estensione https://brexitmeansbreakfast.co.uk/
Lingue Supportate 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"
    }
}