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คืออะไร?
Cloud To Arse Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย veghead และคุณลักษณะหลักของมันคือ "Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud To Arse Plus
ดาวน์โหลดไฟล์ส่วนขยาย Cloud To Arse Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cloud To Arse Plus |
ID | kmgjkbbncmmflionbjlpnjbplacicdmp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cloud-to-arse-plus/kmgjkbbncmmflionbjlpnjbplacicdmp |
คำอธิบาย | Replaces the text 'the cloud' with 'my arse', as well as 'cloud' with 'arse' in certain contexts. |
ขนาดไฟล์ | 27 KB |
จำนวนการติดตั้ง | 72 |
เวอร์ชันปัจจุบัน | 0.0.0.1 |
อัปเดตครั้งล่าสุด | 2013-08-24 |
วันที่เผยแพร่ | 2013-08-23 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | veghead |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/veghead/cloud-to-arse |
ภาษาที่รองรับ | 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" } } |