Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

Brexit Means Breakfast là gì?

Brexit Means Breakfast là một tiện ích mở rộng Chrome được phát triển bởi https://brexitmeansbreakfast.co.uk, và tính năng chính của nó là "Replace Brexit with Breakfast arround the web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Brexit Means Breakfast

Tải xuống các tệp mở rộng Brexit Means Breakfast dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
URL Chính Thức https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
Mô tả Replace Brexit with Breakfast arround the web.
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 28
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2019-06-29
Ngày Phát Hành 2019-06-24
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://brexitmeansbreakfast.co.uk
Loại Thanh Toán free
Trang Web Mở Rộng https://brexitmeansbreakfast.co.uk/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}