Brexit means Breakfast
Spend some quality time eating Brexit at the morning's breakfast negotiations.
Was ist Brexit means Breakfast?
Brexit means Breakfast ist eine Chrome-Erweiterung, die von Shallot Breakfast entwickelt wurde, und ihr Hauptmerkmal ist "Spend some quality time eating Brexit at the morning's breakfast negotiations.".
Erweiterungsscreenshots
Brexit means Breakfast-Erweiterungs-CRX-Datei herunterladen
Laden Sie Brexit means Breakfast-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Changes all instances of Brexit to breakfast a la several media gaffes.
Inspired by my breakfast blog at http://breakfastmeansbreakfast.tumblr.com
Changelog:
v1.0.2: Added support for David Davis & his ministry mates, breakfasters, and more
v1.0.1: Fixed weird capitalization on 'breakfast' when appearing in the middle of a sentence.
v1.0: Initial Release
Icon made by Freepik from www.flaticon.com Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jemcpljicbjakkbiplngpdklgeonkiaf |
| Offizielle URL | https://chromewebstore.google.com/detail/brexit-means-breakfast/jemcpljicbjakkbiplngpdklgeonkiaf |
| Beschreibung | Spend some quality time eating Brexit at the morning's breakfast negotiations. |
| Dateigröße | 4.74 KB |
| Installationsanzahl | 11 |
| Aktuelle Version | 1.0.2 |
| Letztes Update | 2017-07-11 |
| Veröffentlichungsdatum | 2017-07-11 |
| Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
| Entwickler | Shallot Breakfast |
| Zahlungsart | free |
| Erweiterungswebsite | http://breakfastmeansbreakfast.tumblr.com |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Brexit means Breakfast",
"description": "Spend some quality time eating Brexit at the morning's breakfast negotiations.",
"version": "1.0.2",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |