Colossal Johnson

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

Colossal Johnson là gì?

Colossal Johnson là một tiện ích mở rộng Chrome được phát triển bởi rblimey, và tính năng chính của nó là "Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Colossal Johnson

Tải xuống các tệp mở rộng Colossal Johnson dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Colossal Johnson Colossal Johnson
ID eminkdpmfplencemneopjifiaehjaedc
URL Chính Thức https://chromewebstore.google.com/detail/colossal-johnson/eminkdpmfplencemneopjifiaehjaedc
Mô tả Replaces the text 'Boris Johnson' with 'colossal plonker Boris Johnson'.
Kích Thước Tệp 43.03 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2019-06-01
Ngày Phát Hành 2019-06-01
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển rblimey
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}