Colossal Johnson

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

Was ist Colossal Johnson?

Colossal Johnson ist eine Chrome-Erweiterung, die von rblimey entwickelt wurde, und ihr Hauptmerkmal ist "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.".

Erweiterungsscreenshots

screenshot

Colossal Johnson-Erweiterungs-CRX-Datei herunterladen

Laden Sie Colossal Johnson-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

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Colossal Johnson Colossal Johnson
ID eminkdpmfplencemneopjifiaehjaedc
Offizielle URL https://chromewebstore.google.com/detail/colossal-johnson/eminkdpmfplencemneopjifiaehjaedc
Beschreibung Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.
Dateigröße 43.03 KB
Installationsanzahl 31
Aktuelle Version 1.2
Letztes Update 2019-06-01
Veröffentlichungsdatum 2019-06-01
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler rblimey
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}