Colossal Johnson
Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.
Cos'è Colossal Johnson?
Colossal Johnson è un'estensione di Chrome sviluppata da rblimey, e la sua funzione principale è "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Colossal Johnson
Scarica i file di estensione Colossal Johnson 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
Replaces 'Boris Johnson' with something that seems more true-to-form.
All credit for the word-swap code and inspiration goes to Eric Bailey https://github.com/ericwbailey/millennials-to-snake-people - I simply duplicated his work and changed a few words. Informazioni di Base sull'Estensione
| Nome | |
| ID | eminkdpmfplencemneopjifiaehjaedc |
| URL Ufficiale | https://chromewebstore.google.com/detail/colossal-johnson/eminkdpmfplencemneopjifiaehjaedc |
| Descrizione | Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'. |
| Dimensione del File | 43.03 KB |
| Conteggio Installazioni | 31 |
| Versione Corrente | 1.2 |
| Ultimo Aggiornamento | 2019-06-01 |
| Data di Pubblicazione | 2019-06-01 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | rblimey |
| Tipo di Pagamento | free |
| Lingue Supportate | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Colossal Johnson",
"short_name": "BoPlo",
"description": "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.",
"author": "The English People",
"version": "1.2",
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |