Colossal Johnson

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

Qu'est-ce que Colossal Johnson ?

Colossal Johnson est une extension Chrome développée par rblimey, et sa fonction principale est "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Colossal Johnson

Téléchargez les fichiers d'extension Colossal Johnson au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Colossal Johnson Colossal Johnson
ID eminkdpmfplencemneopjifiaehjaedc
URL Officiel https://chromewebstore.google.com/detail/colossal-johnson/eminkdpmfplencemneopjifiaehjaedc
Description Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.
Taille du Fichier 43.03 KB
Nombre d'Installations 31
Version Actuelle 1.2
Dernière Mise à Jour 2019-06-01
Date de Publication 2019-06-01
Évaluation 3.67/5 Total 3 Évaluations
Développeur rblimey
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}