Colossal Johnson
Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.
Hvad er Colossal Johnson?
Colossal Johnson er en Chrome-udvidelse udviklet af rblimey, og dens hovedfunktion er "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.".
Udvidelsesskærmbilleder
Download Colossal Johnson-udvidelses-CRX-fil
Download Colossal Johnson-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | eminkdpmfplencemneopjifiaehjaedc |
| Officiel URL | https://chromewebstore.google.com/detail/colossal-johnson/eminkdpmfplencemneopjifiaehjaedc |
| Beskrivelse | Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'. |
| Filstørrelse | 43.03 KB |
| Antal Installationer | 31 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2019-06-01 |
| Udgivelsesdato | 2019-06-01 |
| Bedømmelse | 3.67/5 Samlet 3 Bedømmelser |
| Udvikler | rblimey |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |