Dangerous Latte
Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.
Dangerous Latteคืออะไร?
Dangerous Latte เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ceili Cornelison และคุณลักษณะหลักของมันคือ "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dangerous Latte
ดาวน์โหลดไฟล์ส่วนขยาย Dangerous Latte ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
A chrome extension in the spirit of "Millennials to Snake People" or "Cloud to Butt" which converts all instances of 'Grande' (in reference to the size of coffee commonly available from most large coffee shop conglomerates, allegedly 16oz) to 'Ariana Grande' (in reference to the vocalist and pop sensation).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ifnoooicimhcakkmfbboblllopnhlaib |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/dangerous-latte/ifnoooicimhcakkmfbboblllopnhlaib |
คำอธิบาย | Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'. |
ขนาดไฟล์ | 3.57 KB |
จำนวนการติดตั้ง | 18 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-06-21 |
วันที่เผยแพร่ | 2016-06-21 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Ceili Cornelison |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Dangerous Latte", "description": "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |