Dangerous Latte
Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.
Vad är Dangerous Latte?
Dangerous Latte är en Chrome-tillägg utvecklad av Ceili Cornelison, och dess huvudfunktion är "Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.".
Ladda ner Dangerous Latte-förlängningens CRX-fil
Ladda ner Dangerous Latte-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | ![]() |
ID | ifnoooicimhcakkmfbboblllopnhlaib |
Officiell webbadress | https://chrome.google.com/webstore/detail/dangerous-latte/ifnoooicimhcakkmfbboblllopnhlaib |
Beskrivning | Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'. |
Filstorlek | 3.57 KB |
Antal Installationer | 18 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2016-06-21 |
Publiceringsdatum | 2016-06-21 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | Ceili Cornelison |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } ] } |