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" } ] } |