Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

O que é Brexit Means Breakfast?

Brexit Means Breakfast é uma extensão do Chrome desenvolvida por https://brexitmeansbreakfast.co.uk, e sua principal característica é "Replace Brexit with Breakfast arround the web.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Brexit Means Breakfast

Baixe arquivos de extensão Brexit Means Breakfast no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
URL Oficial https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
Descrição Replace Brexit with Breakfast arround the web.
Tamanho do Arquivo 139 KB
Contagem de Instalações 28
Versão Atual 1.1
Última Atualização 2019-06-29
Data de Publicação 2019-06-24
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor https://brexitmeansbreakfast.co.uk
Tipo de Pagamento free
Site da Extensão https://brexitmeansbreakfast.co.uk/
Idiomas Suportados 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"
    }
}