Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

什么是Brexit Means Breakfast?

Brexit Means Breakfast是由https://brexitmeansbreakfast.co.uk开发的Chrome扩展程序,该扩展的主要功能是“Replace Brexit with Breakfast arround the web.”。

扩展截图

screenshot

下载Brexit Means Breakfast扩展crx文件

下载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"
    }
}