Dangerous Latte
Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.
什么是Dangerous Latte?
Dangerous Latte是由Ceili Cornelison开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension to replace all instances of 'Grande' with 'Ariana Grande'.”。
下载Dangerous Latte扩展crx文件
下载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" } ] } |