Brexit means Breakfast
Spend some quality time eating Brexit at the morning's breakfast negotiations.
Cos'è Brexit means Breakfast?
Brexit means Breakfast è un'estensione di Chrome sviluppata da Shallot Breakfast, e la sua funzione principale è "Spend some quality time eating Brexit at the morning's breakfast negotiations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Brexit means Breakfast
Scarica i file di estensione Brexit means Breakfast in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | jemcpljicbjakkbiplngpdklgeonkiaf |
| URL Ufficiale | https://chromewebstore.google.com/detail/brexit-means-breakfast/jemcpljicbjakkbiplngpdklgeonkiaf |
| Descrizione | Spend some quality time eating Brexit at the morning's breakfast negotiations. |
| Dimensione del File | 4.74 KB |
| Conteggio Installazioni | 11 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2017-07-11 |
| Data di Pubblicazione | 2017-07-11 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Shallot Breakfast |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://breakfastmeansbreakfast.tumblr.com |
| Lingue Supportate | 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"
}
]
} | |