Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

Brexit Means Breakfastคืออะไร?

Brexit Means Breakfast เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://brexitmeansbreakfast.co.uk และคุณลักษณะหลักของมันคือ "Replace Brexit with Breakfast arround the web."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Brexit Means Breakfast

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}