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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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