Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

Apa itu Brexit Means Breakfast?

Brexit Means Breakfast adalah ekstensi Chrome yang dikembangkan oleh https://brexitmeansbreakfast.co.uk, dan fitur utamanya adalah "Replace Brexit with Breakfast arround the web.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Brexit Means Breakfast

Unduh file ekstensi Brexit Means Breakfast dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
URL Resmi https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
Deskripsi Replace Brexit with Breakfast arround the web.
Ukuran File 139 KB
Jumlah Instalasi 28
Versi Saat Ini 1.1
Terakhir Diperbarui 2019-06-29
Tanggal Publikasi 2019-06-24
Penilaian 4.25/5 Total 4 Penilaian
Pengembang https://brexitmeansbreakfast.co.uk
Tipe Pembayaran free
Situs Ekstensi https://brexitmeansbreakfast.co.uk/
Bahasa yang Didukung 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"
    }
}