Dangerous Latte
Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.
Wat is Dangerous Latte?
Dangerous Latte is een Chrome-extensie ontwikkeld door Ceili Cornelison, en de belangrijkste functie is "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.".
Download het CRX-bestand van de extensie Dangerous Latte
Download Dangerous Latte-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | ![]() |
ID | ifnoooicimhcakkmfbboblllopnhlaib |
Officiële URL | https://chrome.google.com/webstore/detail/dangerous-latte/ifnoooicimhcakkmfbboblllopnhlaib |
Beschrijving | Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'. |
Bestandsgrootte | 3.57 KB |
Aantal Installaties | 18 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-06-21 |
Publicatiedatum | 2016-06-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Ceili Cornelison |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |