Cloud-Things To Butt
Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.
Cloud-Things To Buttคืออะไร?
Cloud-Things To Butt เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.patik.com และคุณลักษณะหลักของมันคือ "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud-Things To Butt
ดาวน์โหลดไฟล์ส่วนขยาย Cloud-Things To Butt ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Replaces the text "the cloud" with "my butt", and "internet of things" with "interwebs of butts". Slight improvements to Cloud-to-butt Plus, found here: https://github.com/hank/cloud-to-butt Source code: https://github.com/patik/cloud-things-to-butt
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Cloud-Things To Butt |
ID | ooaniklefhdgbcefegledhggifcbionf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/cloud-things-to-butt/ooaniklefhdgbcefegledhggifcbionf |
คำอธิบาย | Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'. |
ขนาดไฟล์ | 3.96 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2014-02-15 |
วันที่เผยแพร่ | 2014-02-15 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://www.patik.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://patik.com/code/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud-Things To Butt", "version": "1.2.0", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'internet of things' with 'interwebs of butts'.", "short_name": "Cloud-Things To Butt", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "cloud-things-to-butt.user.js" ], "run_at": "document_end" } ] } |