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คืออะไร?

Cloud To Butt Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Hank และคุณลักษณะหลักของมันคือ "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud To Butt Plus

ดาวน์โหลดไฟล์ส่วนขยาย Cloud To Butt Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cloud To Butt Plus Cloud To Butt Plus
ID apmlngnhgbnjpajelfkmabhkfapgnoai
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cloud-to-butt-plus/apmlngnhgbnjpajelfkmabhkfapgnoai
คำอธิบาย Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
ขนาดไฟล์ 3.34 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-07-24
วันที่เผยแพร่ 2014-07-23
คะแนน 4.82/5 รวมทั้งหมด 799 คะแนน
ผู้พัฒนา Hank
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        }
    ]
}