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