Dangerous Latte
Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.
What is Dangerous Latte?
Dangerous Latte is a Chrome extension developed by Ceili Cornelison, and its main feature is "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.".
Download Dangerous Latte Extension CRX File
Download Dangerous Latte extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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).
Extension Basic Information
Name | ![]() |
ID | ifnoooicimhcakkmfbboblllopnhlaib |
Official URL | https://chrome.google.com/webstore/detail/dangerous-latte/ifnoooicimhcakkmfbboblllopnhlaib |
Description | Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'. |
File Size | 3.57 KB |
Installation Count | 18 |
Current Version | 1.0 |
Last Updated | 2016-06-21 |
Publish Date | 2016-06-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ceili Cornelison |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } ] } |