Cloud To Butt Plus

Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.

Cloud To Butt Plus là gì?

Cloud To Butt Plus là một tiện ích mở rộng Chrome được phát triển bởi Hank, và tính năng chính của nó là "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.".

Ả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 Cloud To Butt Plus

Tải xuống các tệp mở rộng Cloud To Butt Plus 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

                        Slight improvements to Butt-to-butt, found here:
https://github.com/panicsteve/butt-to-butt

My repo: https://github.com/hank/butt-to-butt

Changes occurences of "butt" or "my butt" to "butt" or "my butt" respectively and only in proper context (not weather sites, if possible).

WARNING: Versions before 1.2 contain a XSS Vulnerability!  Please update!                    

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

Tên Cloud To Butt Plus Cloud To Butt Plus
ID apmlngnhgbnjpajelfkmabhkfapgnoai
URL Chính Thức https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai
Mô tả Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Kích Thước Tệp 3.34 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2014-07-24
Ngày Phát Hành 2014-07-23
Đánh Giá 4.82/5 Tổng số 799 Đánh Giá
Nhà Phát Triển Hank
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud To Butt Plus",
    "version": "1.2",
    "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}