Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

Что такое Brexit Means Breakfast?

Brexit Means Breakfast - это расширение Chrome, разработанное https://brexitmeansbreakfast.co.uk, и его основная функция - "Replace Brexit with Breakfast arround the web.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Brexit Means Breakfast

Скачайте файлы расширений Brexit Means Breakfast в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
Официальный URL https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
Описание Replace Brexit with Breakfast arround the web.
Размер файла 139 KB
Количество установок 28
Текущая Версия 1.1
Последнее Обновление 2019-06-29
Дата публикации 2019-06-24
Рейтинг 4.25/5 Всего 4 оценок
Разработчик https://brexitmeansbreakfast.co.uk
Тип оплаты free
Официальный сайт расширения https://brexitmeansbreakfast.co.uk/
Поддерживаемые языки 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"
    }
}