Cloud To Arse Plus

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

Cloud To Arse Plus là gì?

Cloud To Arse Plus là một tiện ích mở rộng Chrome được phát triển bởi veghead, và tính năng chính của nó là "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' 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 Arse Plus

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

                        Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. This is a rework of the excellent "Cloud To Butt Plus" plugin but targeted at a British audience.                    

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

Tên Cloud To Arse Plus Cloud To Arse Plus
ID kmgjkbbncmmflionbjlpnjbplacicdmp
URL Chính Thức https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp
Mô tả Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.
Kích Thước Tệp 27 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2013-08-24
Ngày Phát Hành 2013-08-23
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển veghead
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/veghead/cloud-to-arse
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cloud To Arse Plus",
    "version": "0.0.0.1",
    "description": "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "cta-16.png",
        "128": "cta-128.png"
    }
}