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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        }
    ]
}