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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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