Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

Vad är Brexit Means Breakfast?

Brexit Means Breakfast är en Chrome-tillägg utvecklad av https://brexitmeansbreakfast.co.uk, och dess huvudfunktion är "Replace Brexit with Breakfast arround the web.".

Tilläggsskärmbilder

screenshot

Ladda ner Brexit Means Breakfast-förlängningens CRX-fil

Ladda ner Brexit Means Breakfast-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
Officiell webbadress https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
Beskrivning Replace Brexit with Breakfast arround the web.
Filstorlek 139 KB
Antal Installationer 28
Aktuell Version 1.1
Senast Uppdaterad 2019-06-29
Publiceringsdatum 2019-06-24
Betyg 4.25/5 Totalt 4 Betyg
Utvecklare https://brexitmeansbreakfast.co.uk
Betalningssätt free
Tilläggswebbplats https://brexitmeansbreakfast.co.uk/
Stödda Språk 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"
    }
}