Cloud to Butt Redux
Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.
Cloud to Butt Reduxคืออะไร?
Cloud to Butt Redux เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Techjar และคุณลักษณะหลักของมันคือ "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cloud to Butt Redux
ดาวน์โหลดไฟล์ส่วนขยาย Cloud to Butt Redux ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Improvements to a previous version of this extension, namely it will no longer replace textarea contents. Old version here: https://github.com/hank/cloud-to-butt My version: https://github.com/Techjar/cloud-to-butt
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mghonbmkhoeammefiikcjdjaikniefnk |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/cloud-to-butt-redux/mghonbmkhoeammefiikcjdjaikniefnk |
คำอธิบาย | Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts. |
ขนาดไฟล์ | 40.75 KB |
จำนวนการติดตั้ง | 160 |
เวอร์ชันปัจจุบัน | 1.3.5 |
อัปเดตครั้งล่าสุด | 2018-01-08 |
วันที่เผยแพร่ | 2018-01-08 |
คะแนน | 4.14/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | Techjar |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud to Butt Redux", "version": "1.3.5", "description": "Replaces the text 'the cloud' with 'my butt', as well as 'cloud' with 'butt' in certain contexts.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/titlecapitalization.com\/*", "*:\/\/hangouts.google.com\/*", "*:\/\/docs.google.com\/*", "*:\/\/*.facebook.com\/*", "*:\/\/discordapp.com\/*" ], "js": [ "content_script.js" ], "all_frames": true } ] } |