Colossal Johnson

Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.

Wat is Colossal Johnson?

Colossal Johnson is een Chrome-extensie ontwikkeld door rblimey, en de belangrijkste functie is "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Colossal Johnson

Download Colossal Johnson-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Colossal Johnson Colossal Johnson
ID eminkdpmfplencemneopjifiaehjaedc
Officiële URL https://chromewebstore.google.com/detail/colossal-johnson/eminkdpmfplencemneopjifiaehjaedc
Beschrijving Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.
Bestandsgrootte 43.03 KB
Aantal Installaties 31
Huidige Versie 1.2
Laatst Bijgewerkt 2019-06-01
Publicatiedatum 2019-06-01
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar rblimey
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}