Dangerous Latte
Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.
Apa itu Dangerous Latte?
Dangerous Latte adalah ekstensi Chrome yang dikembangkan oleh Ceili Cornelison, dan fitur utamanya adalah "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.".
Unduh Berkas CRX Ekstensi Dangerous Latte
Unduh file ekstensi Dangerous Latte dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | ![]() |
ID | ifnoooicimhcakkmfbboblllopnhlaib |
URL Resmi | https://chrome.google.com/webstore/detail/dangerous-latte/ifnoooicimhcakkmfbboblllopnhlaib |
Deskripsi | Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'. |
Ukuran File | 3.57 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-06-21 |
Tanggal Publikasi | 2016-06-21 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Ceili Cornelison |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } ] } |