Brexit Means Breakfast

Replace Brexit with Breakfast arround the web.

Qu'est-ce que Brexit Means Breakfast ?

Brexit Means Breakfast est une extension Chrome développée par https://brexitmeansbreakfast.co.uk, et sa fonction principale est "Replace Brexit with Breakfast arround the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Brexit Means Breakfast

Téléchargez les fichiers d'extension Brexit Means Breakfast au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Brexit Means Breakfast Brexit Means Breakfast
ID acdiofhhlfpdonjpkedjdlknhfhpellm
URL Officiel https://chromewebstore.google.com/detail/brexit-means-breakfast/acdiofhhlfpdonjpkedjdlknhfhpellm
Description Replace Brexit with Breakfast arround the web.
Taille du Fichier 139 KB
Nombre d'Installations 28
Version Actuelle 1.1
Dernière Mise à Jour 2019-06-29
Date de Publication 2019-06-24
Évaluation 4.25/5 Total 4 Évaluations
Développeur https://brexitmeansbreakfast.co.uk
Type de Paiement free
Site Web de l'Extension https://brexitmeansbreakfast.co.uk/
Langues Prises en Charge 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"
    }
}