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
官方網址 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"
    }
}