Colossal Johnson

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

ما هو Colossal Johnson؟

Colossal Johnson هو إضافة Chrome تم تطويرها بواسطة rblimey، والميزة الرئيسية لها هي "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Colossal Johnson

قم بتنزيل ملفات الامتداد Colossal Johnson بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Colossal Johnson Colossal Johnson
ID eminkdpmfplencemneopjifiaehjaedc
عنوان URL الرسمي https://chromewebstore.google.com/detail/colossal-johnson/eminkdpmfplencemneopjifiaehjaedc
الوصف Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.
حجم الملف 43.03 KB
عدد التثبيتات 31
النسخة الحالية 1.2
آخر تحديث 2019-06-01
تاريخ النشر 2019-06-01
تقييم 3.67/5 مجموع تقييمات 3
المطور rblimey
نوع الدفع free
اللغات المدعومة 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"
        }
    ]
}